comment: change todo info

This commit is contained in:
Clark Du 2018-03-27 10:08:03 +08:00
parent 8b82168f12
commit df159fe953
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -43,8 +43,8 @@ export default {
filenames: {
app: '[name].[chunkhash].js',
chunk: '[name].[chunkhash].js',
// TODO: Use [name].[contenthash].css when webpack core supports [contenthash]
// https://github.com/webpack-contrib/mini-css-extract-plugin/pull/30#issuecomment-374700690
// TODO: Use [name].[contenthash].css
// When this merge released: https://github.com/webpack/webpack/pull/6839
css: '[name].[chunkhash].css'
},
styleResources: {},