You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
Version
6.0.0
Reproduction link
github.com
Steps to reproduce
https://github.com/hardfist/rollup-plugin-vue/tree/bug-case
run
npm run build
in examples/simpleWhat is expected?
generate readable rollup Error info
What is actually happening?
null exception in createRollupError
It seems that @vue/[email protected] will throw babelError with
code
(@vue/[email protected] doesn't containscode
field) andloc
fields which is not compatible with current error handler https://github.com/vuejs/rollup-plugin-vue/blob/next/src/utils/error.ts#L19The text was updated successfully, but these errors were encountered: