0.3.2 • Published 3 years ago

babel-plugin-import-vant v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

babel-plugin-import-vant

Install

$ yarn add babel-plugin-import-vant -D

Usage

Just a function that return a config now. Please config babel.config.js like:

module.exports = {
  ...
  plugins: [
+    ...require('babel-plugin-import-vant').default()
  ],
};