0.2.1 • Published 4 years ago

@znemz/js-common-babel-config v0.2.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

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();