mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-09 03:03:18 +00:00
feat: use [contenthash] for extracted css (#1390)
Chunkhash do not work with css content.
This commit is contained in:
parent
d7d85d3b47
commit
9db110002a
@ -153,7 +153,7 @@ Options.defaults = {
|
||||
ssr: undefined,
|
||||
publicPath: '/_nuxt/',
|
||||
filenames: {
|
||||
css: 'common.[chunkhash].css',
|
||||
css: 'common.[contenthash].css',
|
||||
manifest: 'manifest.[hash].js',
|
||||
vendor: 'vendor.bundle.[chunkhash].js',
|
||||
app: 'nuxt.bundle.[chunkhash].js',
|
||||
|
Loading…
Reference in New Issue
Block a user