Skip to content

codynova/tarot-babel-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'),
}

About

Default Babel configuration for Tarot https://github.com/codynova/tarot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published