does it work if you specify custom output file? https://github.com/ktsn/vue-cli-plugin-auto-routing#options try that, but i dont promise anything;)
Sep 6, 2021
2
Level 1
clear cache of imported module
Hi, I have a problem with: import routes from 'vue-auto-routing'.
This plugin reads your vue files and auto-generates routs inside vue-auto-routing/index.js. The problem happens when you create a new vue file, the routes generated correctly but import routes from 'vue-auto-routing' still importing a cached version of that file.
I'v tried import routes from 'vue-auto-routing?v=12387686235208234'. and it worked for me.
Is there any way to solve this automatically?
Level 50
Please or to participate in this conversation.