Upgraded to webpack 4 (#941)

* Upgrade to webpack 4 - partly working

* Upgraded to webpack 4

* Fixed error with webpack ProvidePlugin

* Fixed ESLint errors
This commit is contained in:
Martin Donath
2018-12-28 14:44:41 +01:00
committed by GitHub
parent 18221a7d1f
commit 4e72119d20
16 changed files with 3325 additions and 5324 deletions

View File

@@ -60,7 +60,7 @@
"eqeqeq": 2,
"func-call-spacing": 2,
"func-names": [2, "never"],
"func-style": 2,
"func-style": 0,
"generator-star-spacing": 2,
"indent": [2, 2, {
"FunctionDeclaration": {