0.1.0 • Published 3 years ago

@veupathdb/site-babel-config v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

== @veupathdb/site-babel-config

Babel configuration used when bundling VEuPathDB websites.

=== Installation

Install the package with npm:

source, sh

npm install --save-dev @veupathdb/site-babel-config

or with yarn:

source, sh

yarn add -D @veupathdb/site-babel-config

Then, add the following to the consumer's .babelrc:

source, json

{ "extends": "@veupathdb/site-babel-config"

}

==== NOTE This package's peer dependencies should be installed as devDependencies, except for core-js, which should be installed in the consumer's dependencies.