Skip to content

Commit

Permalink
Restore base conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Nov 5, 2022
1 parent e2b12a1 commit 98db5f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/webpack.config.js
Expand Up @@ -24,7 +24,7 @@ module.exports = {
},
mode: isDevelopment ? 'development' : 'production',
plugins: [
// isDevelopment && new webpack.HotModuleReplacementPlugin(),
isDevelopment && new webpack.HotModuleReplacementPlugin(),
isDevelopment && new ReactRefreshWebpackPlugin(),
].filter(Boolean),
devServer: {
Expand All @@ -35,7 +35,6 @@ module.exports = {
rules: [
{
test: dir_demo_js,
// test: /\.[jt]sx?$/,
exclude: /node_modules/,
use: [
{
Expand Down

0 comments on commit 98db5f7

Please sign in to comment.