1.0.1 • Published 3 years ago

@breathlessway/babel-plugin-external-helpers-mini v1.0.1

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

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-mini

or using yarn:

yarn add @breathlessway/babel-plugin-external-helpers-mini --dev