请问怎么改index.html的名字~
webpack插件配置下就行了。
plugins: [ new HtmlWebpackPlugin({ filename: 'a.html', template: 'index.html', }), ],
1.4m articles
1.4m replys
5 comments
57.0k users