BoltDoggy / parcel-plugin-vue

⚠️ parcel-bundler/parcel @1.7.0 support Vue Now. This plugin will be not recommended.
https://github.com/parcel-bundler/parcel
209 stars 15 forks source link

Vue imported twice #22

Open asv7c2 opened 6 years ago

asv7c2 commented 6 years ago

When I use import Vue from "vue/dist/vue.esm.js", it included twice (in console shows "You are running Vue in development mode." twice) First: from import Vue from "vue/dist/vue.esm.js", Second: any component importing.

Is there are settings to configure vue.esm to use globally?

Software Version(s)
parcel-plugin-vue
Parcel 1.6.1
Vue 2.5.13
Node 8.9.4
npm/Yarn 5.6.0
Operating System Win 7 x64