There was an error while loading. Please reload this page.
1 parent dc25beb commit 6015badCopy full SHA for 6015bad
packages/generators/init-generator.ts
@@ -118,7 +118,7 @@ export default class InitGenerator extends Generator {
118
this.configuration.config.webpackOptions.entry = entryOption;
119
}
120
121
-let { outputDir } = Input(
+let { outputDir } = await Input(
122
self,
123
"outputDir",
124
"In which folder do you want to store your generated bundles?",
0 commit comments