问答详情
源自:3-1 tab页和分类

./node_modules/taro-ui/dist/h5/components/pagination/index.js 101:11 Module parse failed: Unexpected token (101:11)

./node_modules/taro-ui/dist/h5/components/pagination/index.js 101:11
Module parse failed: Unexpected token (101:11)


将taro-ui 从1.5.1版本强制降到1.5.0版本后编译通过

1.5.2已经修复


https://github.com/NervJS/taro-ui/issues/239

提问者:fengshunsgit 2018-12-13 22:34

个回答

  • 慕运维8491645
    2019-05-11 13:50:38

    加了配置之后要重新编译

  • Ooooooops
    2019-03-21 16:03:02

    https://img4.mukewang.com/5c9345240001d11f09870555.jpg

    重新编译 就解决了


  • 学而乐乐
    2019-01-21 00:44:49

    https://taro-ui.aotu.io/#/docs/quickstart  
    由于引用 node_modules 的模块,默认不会编译,所以需要额外给 H5 配置 esnextModules,在 taro 项目的 config/index.js 中新增如下配置项:

    h5: {

      esnextModules: ['taro-ui']

    }


  • qq_蒲公英约定_0
    2019-01-06 16:19:48

    怎么强制降低版本?

  • fengshunsgit
    2018-12-13 22:34:29

    ./node_modules/taro-ui/dist/h5/components/pagination/index.js 101:11 Module parse failed: Unexpected token (101:11)

    ./node_modules/taro-ui/dist/h5/components/pagination/index.js 101:11
    Module parse failed: Unexpected token (101:11)


    将taro-ui 从1.5.1版本强制降到1.5.0版本后编译通过

    1.5.2已经修复


    https://github.com/NervJS/taro-ui/issues/239