tarot-babel-config

0.0.4 • Public • Published

tarot-babel-config

Default Babel configuration for Tarot.

This package is automatically used in the Tarot build process unless you have provided a custom babelConfigPath.

To use in your own custom configuration, install then extend this package in your babel config:

yarn add --dev tarot-babel-config
// .babelrc.json
{ "extends": "tarot-babel-config" }

or

// babel.config.js
module.exports = {
    extends: require.resolve('tarot-babel-config'),
}

Readme

Keywords

none

Package Sidebar

Install

npm i tarot-babel-config

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

2.48 kB

Total Files

4

Last publish

Collaborators

  • codynova