Upgrade to Webpack 4 - first try

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren
2018-07-02 22:24:56 +02:00
parent 0017ddd310
commit 29a3813ada
7 changed files with 3026 additions and 1413 deletions

View File

@@ -1,6 +1,11 @@
{
"presets": [
"es2015"
["env", {
"targets": {
"node": "6",
"uglify": true
}
}]
],
"plugins": [
"transform-runtime"