Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
cache bust css (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhans authored Feb 7, 2020
1 parent 9a6e537 commit 8db2b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
]),
new MiniCssExtractPlugin({
filename: '[name].css',
chunkFilename: 'css/[id].css',
chunkFilename: 'css/[chunkhash].css',
}),
new PurgecssPlugin({
paths: glob.sync(`${PATHS.src}/**/*`, { nodir: true }),
Expand Down

0 comments on commit 8db2b1f

Please sign in to comment.