From b2739336ddd731a0e09d7ae8464a5a00032d5e2a Mon Sep 17 00:00:00 2001 From: Joshua Robinson Date: Thu, 2 Feb 2017 15:49:08 +0530 Subject: [PATCH] remove eslint-disable-line from server side bundle config --- tools/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webpack.config.js b/tools/webpack.config.js index b36eab586..910abe134 100644 --- a/tools/webpack.config.js +++ b/tools/webpack.config.js @@ -332,7 +332,7 @@ const serverConfig = { new webpack.DefinePlugin({ 'process.env.NODE_ENV': __DEV__ ? '"development"' : '"production"', 'process.env.BROWSER': false, - __DEV__: __DEV__, // eslint-disable-line + __DEV__, }), // Do not create separate chunks of the server bundle