rollup / rollup-plugin-babel

This package has moved and is now available at @rollup/plugin-babel / https://github.com/rollup/plugins/tree/master/packages/babel
MIT License
702 stars 87 forks source link

Babel config location #314

Closed leegee closed 5 years ago

leegee commented 5 years ago

From the README.md:

Babel will respect .babelrc files – this is generally the best place to put your configuration.

From the Babel site:

We recommend to use the babel.config.js format. Babel itself is using it.

Please?

leegee commented 5 years ago

Oh, is this module for Babel 6?

lee$ npm i -D babel-preset-es2015-rollup
npm WARN deprecated babel-preset-es2015@6.24.1: πŸ™Œ  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
^CβΈ¨      β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘βΈ© β ™ loadExtraneous: sill resolveWithNewModule regenerator-transfo
leegee commented 5 years ago

My fault β€”Β had a rouge line of code. Sorry & thanks!