Prepare ES6 migration

This commit is contained in:
fecaille
2016-04-06 14:47:06 +02:00
parent a335a9d213
commit 74cc6e5b3a
9 changed files with 178 additions and 169 deletions

View File

@@ -39,6 +39,13 @@ var config = {
publicPath: 'http://localhost:' + dev_port + '/'
},
module: {
preLoaders: [
{
test: /\.jsx$|\.js$/,
loader: 'eslint-loader',
include: __dirname + '/src/main/resources/static/js'
}
],
loaders: [
{
test: /\.jsx?$/,
@@ -83,7 +90,7 @@ var config = {
return [];
},
htmlLoader: {
removeAttributeQuotes: false,
removeAttributeQuotes: false
}
};