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.
1 parent a66af15 commit ef279cdCopy full SHA for ef279cd
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