Add linting and nicer output

This commit is contained in:
Dan Abramov
2016-07-15 20:58:47 +01:00
committed by Christopher Chedeau
parent 2badb45121
commit 9800d05316
6 changed files with 46 additions and 11 deletions

View File

@@ -13,6 +13,13 @@ module.exports = {
publicPath: '/'
},
module: {
preLoaders: [
{
test: /\.js$/,
loader: 'eslint-loader',
include: path.resolve(__dirname, 'src')
}
],
loaders: [
{
test: /\.css$/,