Skip to content

Commit 04b54c8

Browse files
committed
update
1 parent 1d3e5f4 commit 04b54c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webpack/webpack.common.js

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ module.exports = {
1111
test: /\.(js|jsx)$/,
1212
loader: 'eslint-loader',
1313
exclude: /(node_modules)/,
14-
options: {
15-
emitWarning: process.env.NODE_ENV !== 'production',
16-
},
1714
},
1815
{
1916
test: /\.(js|jsx)$/,

0 commit comments

Comments
 (0)