new version for latest webpack 4.28.x

This commit is contained in:
David Meincke
2019-01-20 12:54:34 +01:00
parent b060a71135
commit 5ca9607377
24 changed files with 12481 additions and 204 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
"skipLibCheck": true,
"strict": true,
"lib": [ "es6", "dom" ],
"types": [ "webpack-env" ],
"types": [ ],
"allowJs": true
},
"exclude": [ "bin", "node_modules" ],
"exclude": [ "bin", "node_modules", "webpack.common.js", "webpack.dev.js", "webpack.prod.js" ],
"atom": { "rewriteTsconfig": false }
}