Webpack: add DeadCodePlugin to detect unused files

This commit is contained in:
Alex Gleason
2022-04-14 15:22:37 -05:00
parent c2278aa679
commit 4adb42e426
3 changed files with 23 additions and 0 deletions

View File

@@ -191,6 +191,7 @@
"webpack-assets-manifest": "^5.0.6",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-deadcode-plugin": "^0.1.16",
"webpack-merge": "^5.8.0",
"wicg-inert": "^3.1.1"
},