Tabs CSS Hotfix and hash CSS file contents (#98)

Co-authored-by: Victor Meng <vimeng@microsoft.com>
This commit is contained in:
Steve Faulkner
2020-07-16 20:35:18 -05:00
committed by GitHub
parent e491c1a042
commit ffae9baca2
4 changed files with 6 additions and 5 deletions

View File

@@ -111,7 +111,9 @@ module.exports = function(env = {}, argv = {}) {
content: `${gitSha.trim()} ${new Date().toUTCString()}`
}),
new CaseSensitivePathsPlugin(),
new MiniCssExtractPlugin(),
new MiniCssExtractPlugin({
filename: "[name].[contenthash].css"
}),
new HtmlWebpackPlugin({
filename: "explorer.html",
template: "src/explorer.html",