mkitt / babel-preset-mkitt

Common babel presets and plugin configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel presets, plugins and environment configurations

  1. Presets: env, flow
  2. Plugins: emotion
yarn add babel-preset-mkitt -DE

Add to package.json:

"babel": {
  "presets": [
    "mkitt"
  ]
}

mkitt.net | github/mkitt

About

Common babel presets and plugin configuration

License:MIT License


Languages

Language:JavaScript 100.0%