vue-cli-service build error
vue-cli 编译错误信息
Building for production...Unhandled rejection Error: original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.
问题来源:
(vue-cli #4210)https://github.com/vuejs/vue-cli/issues/4210
这是一个
关联库:
(terser #380)https://github.com/terser-js/terser/issues/380
A bug in terser 4.0.1 which was released hours ago.
使用 npm 请重新回滚到terser 到 4.0.0版本
npm i terser@4.0.0
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。