-
-
Notifications
You must be signed in to change notification settings - Fork 119
Conversation
- Explicitly bump versions in package.json - Add back CJS module transform to es2015-loose - Sync up es2015-loose with es2015
I want to keep a preset that does not do any compilation of CommonJS Sent from my phone. On Jul 31, 2016 4:21 PM, "Jimmy Jia" [email protected] wrote:
|
You have one, I think – Though the npm equivalents would be either |
I think what I actually want is I'm surprised |
The npm package with that preset has the unfortunate name of |
ಠ_ಠ |
Yup. And for the non-loose one, you have your choice of Also note that the loose versions don't even consistently put the "loose" modifier in the same place in the package name. |
Unfortunate and probably why we need an "official" loose preset, etc. babel/babel#3331 should solve most of the issues |
Ok we have ^ now https://github.com/babel/babel/releases/tag/v6.13.0 |
The 6.13.x API actually moots |
Cool, I'll check it out! How are the options specified - Are they just passed to the |
Let's move the discussion to #46 👍 |
cc @hzoo – right now the
es2015-loose
setting on the Babel REPL page doesn't transpile ES modules at all, which doesn't match the actual behavior ofbabel-preset-es2015-loose
. That's the only material change here; the rest is just a bit of housekeeping.