0.0.25 • Published 2 years ago

@otools/babel-preset-otool v0.0.25

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

@otools/babel-preset-otool

Usage

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

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