Skip to content

v0.1.10

Compare
Choose a tag to compare
@DevTony101 DevTony101 released this 15 Sep 23:34
· 70 commits to master since this release

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.