chore: add dry false config to CleanWebpackPlugin (#14691)

This commit is contained in:
Matan Borenkraout 2021-06-21 10:21:45 +03:00 committed by GitHub
parent a7f89b891c
commit 14598d4d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ if (!process.env.CI) {
if (!isDevServer) {
plugins.push(
new CleanWebpackPlugin({
dry: false,
// required because the build directory is outside the frontend directory:
dangerouslyAllowCleanPatternsOutsideProject: true,
}),