Skip to content

Commit

Permalink
Merge branch 'master' into update-webpack-v5
Browse files Browse the repository at this point in the history
  • Loading branch information
strootje committed Apr 10, 2021
2 parents c0749f5 + 64c4241 commit a164c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ new CleanWebpackPlugin({
// Use !negative patterns to exclude files
//
// default: ['**/*']
cleanOnceBeforeBuildPatterns: ['**/*', '!static-files*'],
cleanOnceBeforeBuildPatterns: ['**/*', '!static-files*', '!directoryToExclude/**'],
cleanOnceBeforeBuildPatterns: [], // disables cleanOnceBeforeBuildPatterns

// Removes files after every build (including watch mode) that match this pattern.
Expand Down

0 comments on commit a164c19

Please sign in to comment.