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 |
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?