Imports of the form import CoolComponent from "./cool-component.vue"; currently aren't parsed correctly by the graph builder. The graph needs the full path to the component to identify it.
One options is to rely more on babel for understanding import forms - as a bundler, it certainly has the capability.
Imports of the form
import CoolComponent from "./cool-component.vue";currently aren't parsed correctly by the graph builder. The graph needs the full path to the component to identify it.One options is to rely more on babel for understanding import forms - as a bundler, it certainly has the capability.