MatanBobi opened a new pull request #14691: URL: https://github.com/apache/superset/pull/14691
### SUMMARY After my `superset/static` folder reached 230Gb, I understood something is wrong with the `CleanWebpackPlugin`. I've added a `dry: false` flag to the `CleanWebpackPlugin` as it must be explicitly set for the `dangerouslyAllowCleanPatternsOutsideProject` flag to work as written in the docs:  https://github.com/johnagan/clean-webpack-plugin/blob/master/README.md Resolves https://github.com/apache/superset/issues/14690 ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [X] Has associated issue: - [ ] Changes UI - N/A - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - N/A - [ ] Migration is atomic, supports rollback & is backwards-compatible - N/A - [ ] Confirm DB migration upgrade and downgrade tested - N/A - [ ] Runtime estimates and downtime expectations provided - N/A - [ ] Introduces new feature or API - N/A - [ ] Removes existing feature or API - N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
