foxhound87
5/7/2016 - 7:59 PM

ESLint dive: One Style to Rule Them All [EP.02] webpack.config.babel.js

ESLint dive: One Style to Rule Them All [EP.02] webpack.config.babel.js

...

  module: {
    preLoaders: [{
      test: /\.jsx?$/,
      loader: 'eslint-loader',
      exclude: /node_modules/,
      include: Dir.src,
    }],
    loaders: [
      /* loaders */
    ]
  }
  
...