You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
环境 taro3.5.6+vue3+typescript+webpack5+sass
打包支付宝小程序问题:
1、yarn build:alipay;
2、打包文件app.acss 内容里最后 @import "./common.acss";没有换行导致支付宝开发工具无法识别, 而无法编译预览。
3、输出如下错误信息:
Module build failed (from /snapshot/cube/node_modules/@ali/antcube-thread-loader/lib/cjs.js):
Thread Loader (Worker 0)
@import pre compile failed:
=> actual:
=> expect: ./common.acss
期望结果:文件app.acss 内容里最后 @import "./common.acss";这句能独立一行,支付宝开发工具才能识别。
Beta Was this translation helpful? Give feedback.
All reactions