Sfoglia il codice sorgente

Мелкие поправки

Book Pauk 6 anni fa
parent
commit
0878bf8137
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      build/webpack.prod.config.js

+ 0 - 5
build/webpack.prod.config.js

@@ -23,11 +23,6 @@ module.exports = merge(baseWpConfig, {
         ]
         ]
     },
     },
     plugins: [
     plugins: [
-        new webpack.DefinePlugin({
-            "process.env": {
-                "NODE_ENV": JSON.stringify("production")
-            }
-        }),
         new MiniCssExtractPlugin({
         new MiniCssExtractPlugin({
             filename: "[name].css"
             filename: "[name].css"
         })
         })