Skip to content

Commit

Permalink
Exclude gz files from stats
Browse files Browse the repository at this point in the history
  • Loading branch information
herflis committed Jan 22, 2021
1 parent 7dcf235 commit 691608f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/sensenet/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ module.exports = merge(common, {
}),
new RelativeCiAgentWebpackPlugin({
enabled: process.env.GITHUB_ACTIONS, // Run this only under GitHub Actions
stats: {
excludeAssets: [(assetName) => assetName.endsWith('.gz')],
},
}),
],
module: {
Expand Down

0 comments on commit 691608f

Please sign in to comment.