babel / babel-standalone

:video_game: Now located in the Babel repo! Standalone build of Babel for use in non-Node.js environments, including browsers.
https://github.com/babel/babel/tree/master/packages/babel-standalone
MIT License
819 stars 121 forks source link

Include babel-plugin-inline-replace-variables #82

Closed jochenberger closed 7 years ago

jochenberger commented 7 years ago

https://www.npmjs.com/package/babel-plugin-inline-replace-variables I use it to replace __DEV__ with a boolean value. I could try to create a PR if that's something you're willing to add.

Daniel15 commented 7 years ago

Sure, feel free to send a PR.

jochenberger commented 7 years ago

Closing in favor of #83