mirror of
https://github.com/apache/superset.git
synced 2026-06-07 08:39:25 +00:00
chore: add dry false config to CleanWebpackPlugin (#14691)
This commit is contained in:
committed by
GitHub
parent
a7f89b891c
commit
14598d4d5d
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user