ember-cli / ember-cli-terser

JavaScript minification for Ember-CLI
MIT License
23 stars 27 forks source link

Move ember-cli-terser to run after broccoli-asset-rev (reduces sourcemapping issues in some contexts) #266

Closed mike-engel closed 3 years ago

mike-engel commented 3 years ago

This closes #265 by implementing the suggestion mentioned in the root comment.

This also ensures that ember-cli-sri doesn't run before ember-cli-terser, since the code should be in its final state before reaching that plugin.

apellerano-pw commented 3 years ago

Could this change be responsible for the issue in https://github.com/ember-cli/ember-cli-terser/issues/275 ?

kiwi-josh commented 3 years ago

I am also interested in whether this change is causing the above issue @apellerano-pw mentioned