vue-cli創(chuàng)建的項(xiàng)目,run dev可以啟動(dòng),run build報(bào)如下錯(cuò)ERROR in static/js/vendor.a404221534e20a3325d8.js from UglifyJsUnexpected token: name (liveElements) [./~/countable/Countable.js:25,0][static/js/vendor.a404221534e20a3325d8.js:14660,6]按照網(wǎng)上的說(shuō)法,修改過(guò)一些babelrc文件.修改后如下,依舊報(bào)錯(cuò),同一個(gè)報(bào)錯(cuò)位置附近代碼為:目測(cè)為countable代碼.countable項(xiàng)目地址為:https://github.com/RadLikeWho...vue引入countable方式為:import Countable from 'countable'Vue.use(Countable)Object.defineProperty(Vue.prototype, '$Countable', { value: Countable })
vue-cli 項(xiàng)目 build失敗
米琪卡哇伊
2018-12-19 18:15:14