请问怎么改index.html的名字~
webpack插件配置下就行了。
plugins: [ new HtmlWebpackPlugin({ filename: 'a.html', template: 'index.html', }), ],
548k questions
547k answers
4 comments
86.3k users