pull/10616/head
Andrew Watkins 2018-02-19 20:51:24 -07:00
parent cf7aa73369
commit 9245ea9674
1 changed files with 4 additions and 3 deletions

View File

@ -41,7 +41,8 @@ module.exports = {
'memoizerific.js'
),
],
loaders: [{
loaders: [
{
test: /\.js$/,
exclude: /node_modules/,
loader: 'eslint-loader',
@ -141,7 +142,7 @@ module.exports = {
historyApiFallback: true,
clientLogLevel: 'info',
stats: {
colors: true
colors: true,
},
contentBase: 'build',
quiet: false,
@ -156,4 +157,4 @@ module.exports = {
},
},
},
}
}