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

Leverage babel-plugin-minify-dead-code-elimination #181

Closed
mixonic opened this issue Mar 25, 2017 · 1 comment
Closed

Leverage babel-plugin-minify-dead-code-elimination #181

mixonic opened this issue Mar 25, 2017 · 1 comment

Comments

@mixonic
Copy link
Member

mixonic commented Mar 25, 2017

#180 introduces https://github.com/chadhietala/babel-plugin-debug-macros for feature flagging. This library will translate feature flags to true false literals, however it will not strip dead code paths.

This project should strip dead code via https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-dead-code-elimination in a manner similar to @chadhietala's PR to Ember: emberjs/ember.js#15043

@rwjblue
Copy link
Member

rwjblue commented Dec 18, 2019

We've removed the feature flagging for MU, so this is no longer an issue.

@rwjblue rwjblue closed this as completed Dec 18, 2019
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

No branches or pull requests

2 participants