aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/config/webpack/webpack.config.fast.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/config/webpack/webpack.config.fast.js')
-rw-r--r--server/sonar-web/config/webpack/webpack.config.fast.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/sonar-web/config/webpack/webpack.config.fast.js b/server/sonar-web/config/webpack/webpack.config.fast.js
index 87cc9383b3a..5fcfafc149f 100644
--- a/server/sonar-web/config/webpack/webpack.config.fast.js
+++ b/server/sonar-web/config/webpack/webpack.config.fast.js
@@ -17,11 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-var webpack = require('webpack');
var config = require('./webpack.config.base');
-config.plugins = [].concat(config.plugins, [
- new webpack.DefinePlugin({ 'process.env.NODE_ENV': '"development"' }),
-]);
-
module.exports = config;