wizard-a / taro-mall

Taro_Mall是一款多端开源在线商城应用程序,后台是基于litemall基础上进行开发,前端采用Taro框架编写,现已全部完成小程序和h5移动端,后续会对APP,淘宝,头条,百度小程序进行适配。Taro_Mall已经完成了 litemall 前端的所有功能
863 stars 263 forks source link

编译错误 #49

Closed Corleone-M closed 2 years ago

Corleone-M commented 2 years ago

Failed to compile. ./src/app.config.js Module build failed (from @tarojs/taro-loader/lib/h5): TypeError: Cannot destructure property 'importFrameworkStatement' of 'options.loaderMeta' as it is undefined.

ignite-404 commented 2 years ago

我也遇到了相同问题 好像被GitHub的dependa bot修改了啥配置,退回几个commit就好了 对了 记得把taro cli改的和项目一致: taro update self 3.0.25 然后再install

On Apr 2, 2022, at 3:05 AM, Corleone @.***> wrote:



Failed to compile. ./src/app.config.js Module build failed (from @tarojs/taro-loader/lib/h5): TypeError: Cannot destructure property 'importFrameworkStatement' of 'options.loaderMeta' as it is undefined.

— Reply to this email directly, view it on GitHubhttps://github.com/jiechud/taro-mall/issues/49, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACRJEDIC3T2P2FDWRXWR5T3VC5CIRANCNFSM5SJRIF7A. You are receiving this because you are subscribed to this thread.Message ID: @.***>

wizard-a commented 2 years ago

taro版本已升级,请更新试一下,感谢 @Jamesxiehailong 贡献