Skip to content

Commit

Permalink
Temporarily disabled eslint loader
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Oct 15, 2016
1 parent 2b437f2 commit 84e0477
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions webpack.config.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ export default validate(merge(baseConfig, {
},

module: {
preLoaders: [
{
test: /\.js$/,
loader: 'eslint-loader',
exclude: /node_modules/
}
],
// preLoaders: [
// {
// test: /\.js$/,
// loader: 'eslint-loader',
// exclude: /node_modules/
// }
// ],
loaders: [
{
test: /\.global\.css$/,
Expand Down

0 comments on commit 84e0477

Please sign in to comment.