uni-app/taro 跨多端问题汇总 #198
sonofmagic
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
h5
环境出现:[plugin:vite-plugin-uni-app-weapp-tailwindcss-adaptor] 'import' and 'export' may appear only with 'sourceType: "module"' (1:0) 错误
解决方案:
即 h5 环境和 app 环境都不开启我这个插件,因为本来这2个环境就是
tailwindcss
支持的环境,没必要开启插件转义。Beta Was this translation helpful? Give feedback.
All reactions