babel-plugin-import-vant
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

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()
  ],
};

/babel-plugin-import-vant/

    Package Sidebar

    Install

    npm i babel-plugin-import-vant

    Weekly Downloads

    1

    Version

    0.3.2

    License

    MIT

    Unpacked Size

    5.53 kB

    Total Files

    5

    Last publish

    Collaborators

    • youngjuning