我用weexpack构建weex应用时,npm run serve一直报这个错误

ERROR in index.web.js from UglifyJs

Unexpected token: name (urlParts) [index.web.js:3689,4]

Child html-webpack-plugin for "index.html":

    chunk    {0} index.html 963 bytes [entry]

         + 1 hidden modules

webpack: Failed to compile.

webpack: Compiling...

Hash: 024e2158e2ef9c332c25

Version: webpack 2.7.0

Time: 157ms

           Asset    Size  Chunks                    Chunk Names

    index.web.js  341 kB       0  [emitted]  [big]  index

index.web.js.map  406 kB       0  [emitted]         index

chunk    {0} index.web.js, index.web.js.map (index) 326 kB [entry]

   [36] ./temp?entry=true 87 bytes {0} [built]

   [94] ./~/webpack/hot nonrecursive ^\.\/log$ 160 bytes {0} [built]

     + 94 hidden modules


慕尼黑8549860
浏览 559回答 1
1回答

哔哔one

你可以更新一下weex-toolkit重新创建应用,现在最新的版本是1.0.8-beta2,这个应该是之前版本修改带来的问题直接weex update weexpack然后创建项目试试,再不行的话直接重装weex-toolkit,npm i weex-toolkit@latest -g
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript