Skip to content

Commit

Permalink
remove eslint-disable-line from server side bundle config
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbreakdo authored and langpavel committed Feb 16, 2017
1 parent 8122d93 commit b273933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b273933

Please sign in to comment.