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

Update broccoli-uglify-sourcemap to v2.2.0 #17275

Merged
merged 1 commit into from Dec 6, 2018
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Dec 6, 2018

This is a somewhat significant change as we are now using terser under the hood, instead of uglify-js/es. On first glance, the slightly changed output looks alright, but this should probably be verified a little more thoroughly.

@rwjblue
Copy link
Member

rwjblue commented Dec 6, 2018

In general the ember.min.js file that we generate is actually not used (even in a consuming app during ember build -prod).

@rwjblue rwjblue merged commit 4ec7730 into emberjs:master Dec 6, 2018
@Turbo87 Turbo87 deleted the terser branch December 6, 2018 23:02
@Turbo87
Copy link
Member Author

Turbo87 commented Dec 6, 2018

okaaaay... then... why do we generate it? 😅

@rwjblue
Copy link
Member

rwjblue commented Dec 6, 2018

Why not!?!?!!?

@Turbo87
Copy link
Member Author

Turbo87 commented Dec 6, 2018

because it takes time to build it 😉

@rwjblue
Copy link
Member

rwjblue commented Dec 6, 2018

yeah, but its CI time so.....

@rwjblue
Copy link
Member

rwjblue commented Dec 6, 2018

(note: I do agree with you)

Turbo87 added a commit to Turbo87/ember.js that referenced this pull request Dec 6, 2018
According to emberjs#17275 (comment) the `ember.min.js` asset is not being used anymore. This commit removes the asset from the build pipeline, since the uglify step takes a significant amount of time.
Turbo87 added a commit to Turbo87/ember.js that referenced this pull request Dec 7, 2018
According to emberjs#17275 (comment) the `ember.min.js` asset is not being used anymore. This commit removes the asset from the build pipeline, since the uglify step takes a significant amount of time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants