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

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,
}),