v0.1.10
Problem: The plugin copied a main.js
file with store
and router
imports hardcoded on it into the user's project structure without caring if these plugins were added or not.
Fix: Now the plugin dynamically adds (or remove) not only the imports but the folders that are specific to those plugins (store/
, router/
, views/
), leaving the user's project structure as it was before the plugin was invoked.