We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c3bd0 commit fcee941Copy full SHA for fcee941
webpack.config.js
@@ -74,6 +74,7 @@ if (isProd) {
74
plugins.push(
75
new FileManagerWebpackPlugin({
76
events: {
77
+ onStart: [{ delete: ['./chrome_dir/*'] }],
78
// Archive at the end
79
onEnd: [
80
// Delete license files
0 commit comments