Static GitHub Issues

[203] Question: How to change JS/CSS filenames?

prev: Static brotli files on production build
next: NuxtServerInit is not working well

Hello, When I run npm run build, the following files are generated:

0.nuxt.bundle.js 
1.nuxt.bundle.js  
2.nuxt.bundle.js 
nuxt.bundle.js   
vendor.bundle.js
style.css

Some of the files contain nuxt in their filenames. Is there any way to replace nuxt set my custom keyword for these files? If there isn't, it'd be a nice feature.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c173">#c173</a>)</em></sub></div>