feat: doc page style hash in wepack

This commit is contained in:
07akioni 2019-06-24 16:24:05 +08:00
parent 5bb402dd8a
commit 5f764d7659

View File

@ -74,7 +74,7 @@ const webpackConfig = {
}
}
}),
new ExtractTextPlugin('style.css')
new ExtractTextPlugin('[name].[hash:7].css')
]
}