We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0afc1 commit 4faa483Copy full SHA for 4faa483
1 file changed
ember-cli-build.js
@@ -23,8 +23,7 @@ module.exports = function(defaults) {
23
runsIn: "production"
24
},
25
fingerprint: {
26
- //enabled: isProductionLikeBuild,
27
- enabled: false,
+ enabled: isProductionLikeBuild,
28
prepend: prepend,
29
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg', 'eot', 'ttf', 'woff', 'woff2', 'ico'],
30
exclude: ['test-loader', 'test-support', 'testem']
0 commit comments