babel-preset-es2015-rollup icon indicating copy to clipboard operation
babel-preset-es2015-rollup copied to clipboard

babel-preset-es2015, minus modules, plus helpers

Results 7 babel-preset-es2015-rollup issues
Sort by recently updated
recently updated
newest added

> npm WARN deprecated [email protected]: We're super 😸 excited that you're trying to use ES2015 syntax, but instead of making more yearly presets 😭 , Babel now has a better...

Not sure if this is a `babel-preset-es2015-rollup` bug or a `babel-jest` bug, but I wanted to log it to get a conversation started and hopefully help someone else who is...

Quick question. Now that the es2015 preset gives you the ability to turn ES6 module conversion off is this preset still needed for roll up to work?

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

I'm not really sure that this plugin is the culprit, but when building with a config like this: ```js import babel from 'rollup-plugin-babel' export default { entry: 'src/index.js', format: 'cjs',...

Would it be possible to configure es2015 preset with loose mode? It will produce cleaner and less verbose code.

I'm thinking this issue is actually related to this package, not rollup. https://github.com/rollup/rollup/issues/842 After disabling `['es2015-rollup']` everything seems to work fine, but the module is no longer in ecma 5...