mirror of
https://github.com/daledavies/jump.git
synced 2025-11-02 11:25:50 +01:00
Ensure CleanWebpackPlugin deletes files for real
This commit is contained in:
@@ -50,6 +50,7 @@ module.exports = {
|
||||
new MiniCssExtractPlugin({filename: '../css/[name].[contenthash].min.css'}),
|
||||
new RemoveEmptyScriptsPlugin(),
|
||||
new CleanWebpackPlugin({
|
||||
dry: false,
|
||||
verbose: true,
|
||||
cleanStaleWebpackAssets: true,
|
||||
cleanOnceBeforeBuildPatterns: [
|
||||
|
||||
Reference in New Issue
Block a user