0.0.6 • Published 6 years ago

@beisen/babel-plugin-upaasui v0.0.6

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

babel-plugin-veui

This Babel plugin enables you to wrtie simpler import statements by converting such statements:

import { Button, Input } from 'veui'

...into:

import Button from 'veui/components/Button'
import Input from 'veui/components/Input'

...just like babel-plugin-lodash does.