PureConstructs/vue-cli-plugin-modular-vuex

Initial add/invoke store.js removal

Closed this issue · 1 comments

Initial Add/Invoke does not remove the store.js file created by vue-cli 3 create command. Need to troubleshoot 'fs.unlink' stub.

Moved fs.unlink stub into the api.OnCreateComplete stage, and store.js file is successfully removed.