0.1.2 • Published 4 years ago

@otools/babel-preset-config v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@otools/babel-preset-config

Usage

// babel.config.js
module.exports = {
  presets: ['@otools/babel-preset-config'],
}

Features

  • TypeScript
  • React(include react-hot-loader)
  • NODE_ENV/BABEL_ENV support
    • development: used in development mode
    • test: used in test
    • production: used in production mode