chore: some more work towards webpack 5

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-29 10:10:24 +02:00
parent 470c201e9a
commit f33d7d1deb
3 changed files with 185 additions and 585 deletions
+3 -2
View File
@@ -74,7 +74,7 @@
"eslint-plugin-react-hooks": "^4.0.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.9",
"fork-ts-checker-webpack-plugin": "^4.0.5",
"fs-extra": "9.1.0",
"handlebars": "^4.7.3",
"html-webpack-plugin": "^5.3.1",
@@ -109,7 +109,7 @@
"typescript": "^4.0.3",
"url-loader": "^4.1.0",
"util": "^0.12.3",
"webpack": "^5.0.0",
"webpack": "^5.36.2",
"webpack-dev-server": "4.0.0-rc.0",
"webpack-node-externals": "^3.0.0",
"yaml": "^1.10.0",
@@ -137,6 +137,7 @@
"@types/rollup-plugin-peer-deps-external": "^2.2.0",
"@types/rollup-plugin-postcss": "^2.0.0",
"@types/tar": "^4.0.3",
"@types/webpack": "^5.28.0",
"@types/yarnpkg__lockfile": "^1.1.4",
"del": "^6.0.0",
"mock-fs": "^4.13.0",