Skip to content

Commit

Permalink
exclude ember-leaflet assets from fingerprinting
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma authored and abeforgit committed Aug 16, 2024
1 parent a060b62 commit 7544ef6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-avocados-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': patch
---

Exlude ember-leaflet assets from fingerprinting
9 changes: 9 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ module.exports = function (defaults) {
babel: {
sourceMaps: 'inline',
},
fingerprint: {
exclude: [
'images/layers-2x.png',
'images/layers.png',
'images/marker-icon-2x.png',
'images/marker-icon.png',
'images/marker-shadow.png',
],
},
});

return app.toTree();
Expand Down

0 comments on commit 7544ef6

Please sign in to comment.