Skip to content

freeshineit/babel-plugin-development-template

Repository files navigation

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