mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
Tabs CSS Hotfix and hash CSS file contents (#98)
Co-authored-by: Victor Meng <vimeng@microsoft.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user