Skip to content

Commit

Permalink
CB-4978 fix: ignore images for preload
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed May 17, 2024
1 parent 14858f1 commit 176864c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/packages/core-cli/configs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ module.exports = (env, argv) => {
/\.tsbuildinfo$/,
/\.DS_Store$/,
/\.svg$/,
/\.png$/,
/\.jpg$/,
/\.gif$/,
/\.jpeg$/,
/.woff2?$/,
/.eot$/,
/.ttf$/,
Expand Down

0 comments on commit 176864c

Please sign in to comment.