I\'m looking for information on how to delete old webpack chunked files. Here is my current webpack configuration:
var path = require(\'path\'); var webpack
For Windows users
"scripts": { "build": "npm run clean && webpack --mode production", "clean": "del /f /s /q dist 1>nul" }