Skip to content

Commit 612b3f1

Browse files
author
Tim Roes
authored
Hash filenames of extracted CSS (#18976)
1 parent 9c26010 commit 612b3f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte-webapp/craco.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ module.exports = {
1515
}),
1616
new MiniCssExtractPlugin({
1717
ignoreOrder: true,
18+
filename: "static/css/[name].[contenthash:8].css",
19+
chunkFilename: "static/css/[name].[contenthash:8].chunk.css",
1820
}),
1921
],
2022
};

0 commit comments

Comments
 (0)