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
at HarmonyImportSpecifierDependency.getLinkingErrors (/Users/yangfanzn/Documents/code/tarotest/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js:160:8)
ModuleDependencyWarning: export 'default' (imported as 'style') was not found in './index.less' (module has no exports)
相关平台
微信小程序
复现仓库
https://gitee.com/yangfanzn/taroerror.git
小程序基础库: 3.2.4
使用框架: React
复现步骤
yarn && yarn dev:weapp
期望结果
正常编译, 不报错
实际结果
ModuleDependencyWarning: export 'default' (imported as 'style') was not found in './index.less' (module has no exports)
→ Watching... [12/15/2023, 6:15:01 PM]
环境信息
补充信息
拉取的 preact less typescript webpack5 默认模版, 将 css module 改成了 true
完全按照官方文档的例子写的 https://taro-docs.jd.com/docs/css-modules
The text was updated successfully, but these errors were encountered: