babel-plugin-transform-vnmfapi

3.5.66 • Public • Published

babel-plugin-transform-vnmfapi

Used for H5 end conversion import default Vnmf API for modular references to achieve tree-shaking the goal of.

example

import Vnmf from '@vnxjs/vnmf'
Vnmf.request(...)

will convert to:

import { request } from '@vnxjs/vnmf-h5'
request(...)

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-transform-vnmfapi

Weekly Downloads

2

Version

3.5.66

License

MIT

Unpacked Size

18 kB

Total Files

8

Last publish

Collaborators

  • vnpay