chore: remove HtmlWebpackPlugin from dev webpack config (#1377)
This commit is contained in:
@@ -12,16 +12,7 @@ module.exports = (env, argv) => {
|
||||
optimization: {
|
||||
minimize: false,
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: './index.html',
|
||||
inject: true,
|
||||
templateParameters: {
|
||||
env: process.env,
|
||||
},
|
||||
}),
|
||||
new ReactRefreshWebpackPlugin(),
|
||||
],
|
||||
plugins: [new ReactRefreshWebpackPlugin()],
|
||||
devServer: {
|
||||
hot: true,
|
||||
static: './dist',
|
||||
|
||||
Reference in New Issue
Block a user