deps: back to webpack@4
Webpack@5 introduced ES6 constructs like `Map` into the build, making it impossible to run against PhantomJS.
This commit is contained in:
parent
e0b915f5db
commit
dce97aa0f8
File diff suppressed because it is too large
Load Diff
|
@ -95,7 +95,7 @@
|
|||
"rollup-plugin-terser": "^7.0.2",
|
||||
"sinon": "^7.5.0",
|
||||
"sinon-chai": "^3.7.0",
|
||||
"webpack": "^5.40.0"
|
||||
"webpack": "^4.46.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bpmn-moddle": "^7.1.1",
|
||||
|
|
Loading…
Reference in New Issue