From e73f8713812b912b3b0244e99b6a18b9422a2d4d Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Fri, 15 Mar 2019 11:52:39 +0500 Subject: Add Load testing script for artillery.io Also add rake tasks that makes use of existing performance data genertion task. --- config/webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config/webpack.config.js') 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: { -- cgit v1.2.1