vue-cli创建的项目,run dev可以启动,run build报如下错ERROR in static/js/vendor.a404221534e20a3325d8.js from UglifyJsUnexpected token: name (liveElements) [./~/countable/Countable.js:25,0][static/js/vendor.a404221534e20a3325d8.js:14660,6]按照网上的说法,修改过一些babelrc文件.修改后如下,依旧报错,同一个报错位置附近代码为:目测为countable代码.countable项目地址为:https://github.com/RadLikeWho...vue引入countable方式为:import Countable from 'countable'Vue.use(Countable)Object.defineProperty(Vue.prototype, '$Countable', { value: Countable })
添加回答
举报
0/150
提交
取消