1.0.0-alpha.36 • Published 4 years ago

babel-preset-veui v1.0.0-alpha.36

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

babel-preset-veui

This Babel preset provides all necessary plugins and presets to transpile VEUI.

It includes

Add the following configuation in your .babelrc file and it's ready to go.

{
  "presets": [
    "veui"
  ]
}