diff --git a/packages/taro-platform-ascf/src/program.ts b/packages/taro-platform-ascf/src/program.ts index a69b150ff87..7dc9d47f758 100644 --- a/packages/taro-platform-ascf/src/program.ts +++ b/packages/taro-platform-ascf/src/program.ts @@ -37,6 +37,7 @@ export default class AscfApp extends TaroPlatformBase { close () { this.modifyTemplate(pluginOptions) this.modifyWebpackConfig() + this.generateProjectConfig('ascf.config.json', 'ascf.config.json') } }) }