Babel Driver
Provides Babel support for
Beemo, a build tool manager.
Installation
yarn add @beemo/driver-babel babel-core
// Or
npm install @beemo/driver-babel babel-core --save
Usage
In your configuration module, install the driver, Babel, and any plugins and presets. Create a
file at configs/babel.js
in which to house your Babel configuration.
In your consuming project, enable the driver by adding babel
to your drivers
config.
More information on how to get started can be found in the
official documentation.
CLI Options
--[no-]clean
(bool) - Clean the target --out-dir
before transpiling. Defaults to true
.