0.4.0 • Published 5 years ago

@titan-tooling/babel-config v0.4.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Titan Babel Config

Reusable babel config that can get you setup on es6 module projects

Installation

  1. yarn add @titan-tooling/babel-config --dev
  2. extend which config you need in the .babelrc file:
{
  "extend": "@titan-tooling/babel-config"
}

Production config

BABEL_ENV=production needs to be set for the minfication to work.

Plugins