@breathlessway/babel-plugin-external-helpers-mini
v1.0.1
Published
This plugin contains helper functions that’ll be placed at the top of the generated code
Readme
fork from @babel/plugin-external-helpers
This plugin contains helper functions that’ll be placed at the top of the generated code
See our website @babel/plugin-external-helpers for more information.
为了解决生成的
babelHelpers在小程序中undefined,将babelHelpers改成global.babelHelpers,可以自定义前缀
options:{
helperVersion = "7.0.0-beta.0",
whitelist = false,
prefix='global' // 自定义前缀
}Install
Using npm:
npm install --save-dev @breathlessway/babel-plugin-external-helpers-minior using yarn:
yarn add @breathlessway/babel-plugin-external-helpers-mini --dev