Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

rollup-plugin-vue@next error handle not compatible with @vue/[email protected] #462

Open
@hardfist

Description

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/simple

What is expected?

generate readable rollup Error info

What is actually happening?

null exception in createRollupError

image

It seems that @vue/[email protected] will throw babelError with code(@vue/[email protected] doesn't contains code field) and loc fields which is not compatible with current error handler https://github.com/vuejs/rollup-plugin-vue/blob/next/src/utils/error.ts#L19

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions