mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
comment: change todo info
This commit is contained in:
parent
8b82168f12
commit
df159fe953
@ -43,8 +43,8 @@ export default {
|
|||||||
filenames: {
|
filenames: {
|
||||||
app: '[name].[chunkhash].js',
|
app: '[name].[chunkhash].js',
|
||||||
chunk: '[name].[chunkhash].js',
|
chunk: '[name].[chunkhash].js',
|
||||||
// TODO: Use [name].[contenthash].css when webpack core supports [contenthash]
|
// TODO: Use [name].[contenthash].css
|
||||||
// https://github.com/webpack-contrib/mini-css-extract-plugin/pull/30#issuecomment-374700690
|
// When this merge released: https://github.com/webpack/webpack/pull/6839
|
||||||
css: '[name].[chunkhash].css'
|
css: '[name].[chunkhash].css'
|
||||||
},
|
},
|
||||||
styleResources: {},
|
styleResources: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user