-
Notifications
You must be signed in to change notification settings - Fork 331
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
Babel 6 #12
Comments
Reference commit from react-heatpack: insin/react-heatpack@6108dbe |
Reference for what we'll have to do behind the scenes to keep supporting Babel 5 style |
@insin What about this article? http://www.2ality.com/2015/12/babel6-loose-mode.html |
Here's the start of a potential solution for Babel 6's npm2 problem for nwb: https://github.com/insin/deduped-babel-presets |
What's the progress on this issue? Is there something I can do to contribute? |
Working on it in the |
Implemented in 0.12.0 |
Dependencies
nwb
User config
babel.stage
is either0-3
or falsy when providedbabel.loose
string is present in 0.12 config and treat it as its boolean equivalentbabel.runtime
flag or string to include the transform runtime pluginBabel config generation
Generate Babel 6 config using deduped-babel-config presets based on build and user config
stage
number user config as per Babel 5 and use it to choose presets.loose
as boolean user config to use an ES2015-loose
config from deduped-babel-presetsnative
boolean build config to to use an ES2015-native
config from deduped-babel-presetspresets
list of strings build config to to use additional named presets from deduped-babel-presetsruntime
to use the runtime transform and choose which features to enableBuild config
--preact
into account)babel-loader
when generating Webpack configbabel-polyfill
Other
(Was: Waiting for gaearon/babel-plugin-react-transform#50)
The text was updated successfully, but these errors were encountered: