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.