diff options
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 20b3f4c0264..55122e341c3 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -324,10 +324,6 @@ module.exports = { reportFilename: path.join(ROOT_PATH, 'webpack-report/index.html'), statsFilename: path.join(ROOT_PATH, 'webpack-report/stats.json'), }), - - new webpack.DefinePlugin({ - 'process.env.EE': JSON.stringify(IS_EE), - }), ].filter(Boolean), devServer: { |