module.exports = {
build: {
filenames: {
css: 'style.[hash:6].css'
}
}
}
the Nuxt generate the ’style.7fe5aa.css‘, but when start the server
GET http://localhost:3000/_nuxt/style.[hash:6].css 404 (Not Found)
please fix it.
<!--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/c192">#c192</a>)</em></sub></div>