Skip to content

Commit ef279cd

Browse files
committed
Use a content hash for css to fix cache coherence
1 parent a66af15 commit ef279cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = (env, argv) => ({
2424
bundleFileName:"tdb-dashboard.min.js"
2525
}),
2626
new MiniCssExtractPlugin({
27-
filename: 'assets/tdb-dashboard.main.css',
27+
filename: 'assets/tdb-dashboard_[contenthash].main.css',
2828
}),
2929
new CopyWebPackPlugin({
3030
patterns: [

0 commit comments

Comments
 (0)