Skip to content

Commit c97c58f

Browse files
authored
Merge pull request #94 from terminusdb/generate_new_css
Use a content hash for css to fix cache coherence
2 parents 5db51aa + ef279cd commit c97c58f

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)