Skip to content

Commit

Permalink
disable minification to see what's going on in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed May 8, 2021
1 parent b4e0c5a commit edb19ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/-ember-data/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = function (defaults) {
throwUnlessParallelizable: true,
},
'ember-cli-terser': {
enabled: false,
exclude: ['assets/dummy.js', 'assets/tests.js', 'assets/test-support.js', 'dist/docs/*', 'docs/*'],
},
});
Expand Down

0 comments on commit edb19ea

Please sign in to comment.