Sfoglia il codice sorgente

Update webpack.config.js

Raanan Weber 7 anni fa
parent
commit
a75849983d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      inspector/webpack.config.js

+ 2 - 2
inspector/webpack.config.js

@@ -69,7 +69,7 @@ module.exports = {
             ]
         }]
     },
-    mode: "development",
+    mode: "production",
     devServer: {
         contentBase: path.join(__dirname, "dist"),
         compress: false,
@@ -103,4 +103,4 @@ module.exports = {
     watchOptions: {
         ignored: [path.resolve(__dirname, './dist/**/*.*'), 'node_modules']
     }
-}
+}