标签:tran legacy ref string 添加 aot install dev conf
1.
https://taro-ui.aotu.io/#/docs/questions
请在Taro项目根目录找到 config/index.js
文件中的h5项,添加如下:
h5: { ... esnextModules: [‘taro-ui‘] }
2.
原则:少什么就装什么
run dev少了包,那就--save-dev,run build少了包,那就--save
标签:tran legacy ref string 添加 aot install dev conf
原文地址:https://www.cnblogs.com/ww01/p/10656465.html