fix: ensure unique `ident` when cloning rules, fix webpack 5 compatibility (#1653)
* chore: lockfile maintenance * chore: update memfs to ^3.1.2 Fixes a bug in `mkdir('/')`, which causes tests fail to run in webpack 5 * test: setup webpack 5 test * fix: fix webpack 5 compatibility and add test for it * ci: fix yaml grammar
Showing
... | ... | @@ -66,13 +66,14 @@ |
"eslint": "^4.19.0", | ||
"eslint-plugin-vue-libs": "^2.1.0", | ||
"file-loader": "^1.1.11", | ||
"html-webpack-plugin": "^3.1.0", | ||
"html-webpack-plugin": "4.0.0-beta.14", | ||
"javascript-stringify": "^1.6.0", | ||
"jest": "^23.5.0", | ||
"jsdom": "^11.6.2", | ||
"json": "^9.0.6", | ||
"lint-staged": "^7.0.0", | ||
"markdown-loader": "^2.0.2", | ||
"memfs": "^3.0.3", | ||
"memfs": "^3.1.2", | ||
"mini-css-extract-plugin": "^0.4.1", | ||
"node-sass": "^4.7.2", | ||
"normalize-newline": "^3.0.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment