mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-05 06:35:36 +00:00
Prepare ES6 migration
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user