3.3.3 • Published 5 years ago

@pectin/babelrc v3.3.3

Weekly downloads
1,013
License
ISC
Repository
github
Last release
5 years ago

@pectin/babelrc

Locate and prepare custom babel config for rollup-plugin-babel

Usage

In a rollup.config.js:

const babel = require('rollup-plugin-babel');
const babelrc = require('@pectin/babelrc');
const pkg = require('./package.json);

module.exports = {
    plugins: [
        babel(babelrc(pkg))
    ]
};

Note: This package requires node >=8.9.

Related

Check the Pectin project docs for more information.

3.3.3

5 years ago

3.3.2

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.2.0

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago