Skip to content

Commit

Permalink
878 - remove svg fingerprinting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nys committed Aug 28, 2023
1 parent 1835af5 commit 3b85e4f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,7 @@ const envIsProduction = process.env.EMBER_ENV === 'production';
module.exports = function (defaults) {
let app = new EmberApp(defaults, {
fingerprint: {
extensions: [
'js',
'css',
'jpg',
'png',
'gif',
'map',
'svg',
'webmanifest',
],
extensions: ['js', 'css', 'jpg', 'png', 'gif', 'map', 'webmanifest'],
generateAssetMap: true,
},
autoImport: {
Expand Down

0 comments on commit 3b85e4f

Please sign in to comment.