babel-plugin-transform-vnmfapi
v3.5.66
Published
Used for H5 end conversion import default Vnmf API for modular references to achieve tree-shaking the goal of.
Downloads
5
Readme
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(...)