Skip to content

Commit cc59bdb

Browse files
authored
fix fingerprinting for png files
1 parent 3263ca9 commit cc59bdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ember-cli-build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ module.exports = function (defaults) {
1717
}),
1818
]),
1919
},
20+
fingerprint: {
21+
extensions: ['js', 'css', 'map'],
22+
},
2023
});
2124

2225
// Use `app.import` to add additional libraries to the generated

0 commit comments

Comments
 (0)