Parcourir la source

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

Book Pauk il y a 6 ans
Parent
commit
0878bf8137
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      build/webpack.prod.config.js

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

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