Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

mntnoe/babel-helper-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-helper-modules

Babel helpers as external modules.

Regard as an alternative to babel-runtime.

A distribution of the modules from babel-helpers, compiled into ES5 using a modified script from babel-runtime.

This is meant to be used in conjunction with babel-plugin-transform-helper-modules, in order to reuse the helpers when creating bundles without including the core-js library etc. like babel-runtime do. This lets you choose which polyfill you want, for instance the babel-polyfill, which includes a version of core-js that lets you use polyfilled instance methods like Array.prototype.find().

Installation and usage

See babel-plugin-transform-helper-modules,

About

Babel helpers as external modules

Resources

Stars

Watchers

Forks

Packages

No packages published