Skip to content

Commit

Permalink
chore(build): don't use eslint-loader in production
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed May 23, 2018
1 parent f005828 commit 838c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.prod.config.js
Expand Up @@ -39,7 +39,7 @@ module.exports = merge(baseWebpackConfig, {
rules: [
{
test: /\.[jt]s$/,
loaders: ['babel-loader', 'ts-loader', 'eslint-loader'],
loaders: ['babel-loader', 'ts-loader'],
exclude: /node_modules/
},
{
Expand Down

0 comments on commit 838c3ce

Please sign in to comment.