We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5db51aa + ef279cd commit c97c58fCopy full SHA for c97c58f
packages/tdb-dashboard/webpack.config.js
@@ -24,7 +24,7 @@ module.exports = (env, argv) => ({
24
bundleFileName:"tdb-dashboard.min.js"
25
}),
26
new MiniCssExtractPlugin({
27
- filename: 'assets/tdb-dashboard.main.css',
+ filename: 'assets/tdb-dashboard_[contenthash].main.css',
28
29
new CopyWebPackPlugin({
30
patterns: [
0 commit comments