Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-exports 'version' #26

Closed
OrangeXC opened this issue Dec 30, 2020 · 1 comment
Closed

re-exports 'version' #26

OrangeXC opened this issue Dec 30, 2020 · 1 comment

Comments

@OrangeXC
Copy link

OrangeXC commented Dec 30, 2020

When build,I get it

(!) Conflicting re-exports
node_modules/vue-demi/lib/index.esm.js re-exports 'version' from both node_modules/vue-demi/lib/index.esm.js and node_modules/@vue/composition-api/dist/vue-composition-api.esm.js (will be ignored)

The code

export * from '@vue/composition-api'
export {
  Vue,
  isVue2,
  isVue3,
  version,
  install,
}
@antfu antfu closed this as completed in 512adab Jan 8, 2021
@antfu
Copy link
Member

antfu commented Jan 8, 2021

Fixed in v0.6.0, please try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants