1. index.web.js from UglifyJs Unexpected token: name (urlParts) [index.web.js:331,4]

weex init 项目 填坑
解决方案:
Update your weex-toolkit
npm i weex-toolkit@latest -gUpdate weexpack
weex update weexpack@latestnpm update npm -g cd project_name rm -rf node_modules npm i npm run serveOK
OK
参考1 参考2
