nuxt page component js filename changes every time we use npm build
Considering deployment, for example, if a user uses our nuxt app and then we build and deploy new nuxt app, the user no longer be able to go to next page by SPA because the next page component js filename changes and no longer import and render. it's not good...

i would say one idea avoiding this problem is support for adding custom hook on page component js import error. (for example, refresh the browser)
any ideas ??
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2001">#c2001</a>)</em></sub></div>