1. index.web.js from UglifyJs Unexpected token: name (urlParts) [index.web.js:331,4]
解决方案:
Update your weex-toolkit
npm i weex-toolkit@latest -g
Update weexpack
weex update weexpack@latest
npm update npm -g cd project_name rm -rf node_modules npm i npm run serve
OK
参考1 参考2