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
Some tools like babel and typescript have additional functions in their cli, so its actually better to like create a config file rather than trying to recreate their cli behaviours using their api like @babel/core
Suggestions
Create a directory called .clipped for storing those config files
Description
Some tools like babel and typescript have additional functions in their cli, so its actually better to like create a config file rather than trying to recreate their cli behaviours using their api like
@babel/coreSuggestions
.clippedfor storing those config files@vue/cli'sConfigTransform?