-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
小程序插件模板使用taro-ui路径错误 #3794
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
这个问题非常严重,严重影响开发效率 |
CC @luckyadam |
@guxingke201 你好,请问这个问题,现在是只能先手动把打包后文件里的路径改掉吗 ? |
官方没解决,只能手动改了 |
尽快修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
小程序插件模板使用taro-ui路径错误
复现步骤
[复现问题的步骤]
src\plugin\pages\list\list.tsx
,引入taro-uilist.scss
npm run dev:weapp
taro build --plugin weapp --watch
Go to pages/list
期望行为
修改taro plugin 构建,正常解析扩展组件路径,正常浏览插件页面
报错信息
系统信息
Taro CLI 1.3.5 environment info:
System:
OS: Windows 10
Binaries:
Node: 9.9.0 - H:\node\nodejs\node.EXE
npm: 5.6.0 - H:\node\nodejs\npm.CMD
补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]
../../../npm/taro-ui/
多了一级,改为../../npm/taro-ui/
就正常了The text was updated successfully, but these errors were encountered: