Closed mike-engel closed 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.
ember-cli-sri
ember-cli-terser
Could this change be responsible for the issue in https://github.com/ember-cli/ember-cli-terser/issues/275 ?
I am also interested in whether this change is causing the above issue @apellerano-pw mentioned
This closes #265 by implementing the suggestion mentioned in the root comment.
This also ensures that
ember-cli-sri
doesn't run beforeember-cli-terser
, since the code should be in its final state before reaching that plugin.