fengshunsgit
2018-12-13 22:34
./node_modules/taro-ui/dist/h5/components/pagination/index.js 101:11 Module parse failed: Unexpected token (101:11)
1.5.2已经修复
https://github.com/NervJS/taro-ui/issues/239
加了配置之后要重新编译
重新编译 就解决了
https://taro-ui.aotu.io/#/docs/quickstart
由于引用 node_modules 的模块,默认不会编译,所以需要额外给 H5 配置 esnextModules,在 taro 项目的 config/index.js 中新增如下配置项:
h5: {
esnextModules: ['taro-ui']
}
怎么强制降低版本?
./node_modules/taro-ui/dist/h5/components/pagination/index.js 101:11 Module parse failed: Unexpected token (101:11)
1.5.2已经修复
https://github.com/NervJS/taro-ui/issues/239
Taro多端框架开发外卖首页
22907 学习 · 85 问题
相似问题