From 98db5f7a456919caa0e050164800766f7ca7f2c4 Mon Sep 17 00:00:00 2001 From: Yoan Tournade Date: Sat, 5 Nov 2022 09:06:53 +0100 Subject: [PATCH] Restore base conf --- demo/webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/webpack.config.js b/demo/webpack.config.js index 50381f8..41684eb 100644 --- a/demo/webpack.config.js +++ b/demo/webpack.config.js @@ -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: { @@ -35,7 +35,6 @@ module.exports = { rules: [ { test: dir_demo_js, - // test: /\.[jt]sx?$/, exclude: /node_modules/, use: [ {