babel/packages/babel-plugin-external-helpers
Nicolò Ribaudo ea6a438315
Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
2021-02-26 23:33:26 +01:00
..
2018-11-18 23:02:58 +01:00
2017-03-25 21:46:16 -04:00
2021-02-03 01:59:31 +01:00

@babel/plugin-external-helpers

This plugin contains helper functions thatll be placed at the top of the generated code

See our website @babel/plugin-external-helpers for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-external-helpers

or using yarn:

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