1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 04:22:10 +02:00

fix webpack-cli upgrade (remaining es2015 preset ref)

This commit is contained in:
koalyptus 2018-06-15 21:30:00 +10:00
parent 89b0cf843a
commit 46b21b4a20
3 changed files with 117 additions and 2169 deletions

2282
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -67,7 +67,7 @@
"sugar-date": "2.0.4",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10",
"webpack-cli": "^3.0.7",
"webpack-dev-server": "^3.0.0"
},
"bugs": {

View file

@ -32,7 +32,7 @@ module.exports = {
noAutoWrap: true,
babel: {
compact: false,
presets: ['es2015'],
presets: ['env'],
plugins: [['transform-es2015-classes', {loose: true}]]
}
}