@znemz/js-common-babel-config
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

babel-config

Babel configuration exposed in one stop to stop copying and pasting settings.

How to use

Create a babel.config.js in the root of your lerna or monorepo project.

import babelConfig from '@znemz/js-common-babel-config';

export default babelConfig();

or commonjs

const { default : babelConfig } = require('@znemz/js-common-babel-config');

module.exports =  babelConfig();

Readme

Keywords

Package Sidebar

Install

npm i @znemz/js-common-babel-config

Weekly Downloads

42

Version

0.2.1

License

MIT

Unpacked Size

11 kB

Total Files

13

Last publish

Collaborators

  • stevenheinrich
  • nmccready