We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d144fb9 commit f38bd43Copy full SHA for f38bd43
webpack.dev.js
@@ -1,5 +1,4 @@
1
const path = require('path');
2
-const webpack = require('webpack');
3
const { merge } = require('webpack-merge');
4
const HTMLPlugin = require('html-webpack-plugin');
5
const DirectoryTreePlugin = require('directory-tree-webpack-plugin');
@@ -22,7 +21,6 @@ module.exports = (env) =>
22
21
index: './index.jsx',
23
},
24
plugins: [
25
- new webpack.HotModuleReplacementPlugin(),
26
new ReactRefreshWebpackPlugin(),
27
new HTMLPlugin({
28
template: 'index.html',
0 commit comments