You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: