Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

babel-runtime-loose

yiminghe44MIT6.0.5

loose version of babel-runtime

babel, runtime

readme

babel-runtime-loose

loose version of babel-runtime, reduce final bundle size.

NPM version build status Test coverage gemnasium deps npm download

USE WITH CAUTION

usage

webpack:

{
 "module": {
   "alias": {
     "babel-runtime":"babel-runtime-loose"
   } 
  }
}