Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Apr 28, 2021

Conversation

mike-engel
Copy link
Contributor

@mike-engel mike-engel commented Apr 16, 2021

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.

@rwjblue rwjblue added the bug label Apr 28, 2021
@rwjblue rwjblue changed the title Move ember-cli-terser to run after broccoli-asset-rev Move ember-cli-terser to run after broccoli-asset-rev (reduces sourcemapping issues in some contexts) Apr 28, 2021
@rwjblue rwjblue merged commit 1ae52c5 into ember-cli:master Apr 28, 2021
@apellerano-pw
Copy link

Could this change be responsible for the issue in #275 ?

@kiwi-josh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sourcemaps broken when using fingerprinting
4 participants