0.1.0-alpha.3 • Published 1 year ago

babel-plugin-development-template v0.1.0-alpha.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

babel-plugin-development-template

build

Development

# clone and install
yarn install

# jest
yarn run test

# compile
yarn run build

# publish 
npm publish --access public

Use

  • babel.config.json

{
    "plugins": ["babel-plugin-development-template"]
}

codesandbox