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 8b97de8 commit 7430b7bCopy full SHA for 7430b7b
index.js
@@ -37,7 +37,7 @@ logger.Default.info('CREATE OUTPUT DIR', output);
37
38
39
(async () => {
40
- if (config.render['confirm-clear-data']) {
+ if (config.render['confirm-clear-data'] || config.render['confirm-clear-data'] === undefined) {
41
const prompt = await confirm('Do you want to clean the output folder?');
42
if (prompt) {
43
try {
0 commit comments