Socket
Socket
Sign inDemoInstall

deduped-babel-presets

Package Overview
Dependencies
214
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    deduped-babel-presets

Babel 6 presets with shared dependencies manually deduplicated for npm2 compatibility


Version published
Weekly downloads
9
increased by350%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Deduped Babel 6 Presets

npm package

Babel 6 presets and dependencies, with their shared dependencies manually deduplicated for npm2 compatibility.

This reduces the total size for an npm2 install of this module's dependencies from ~169 MB to ~7.8 MB:

BeforeAfter

The following presets are available:

Core Babel Presets

Where not otherwise noted, these provide the equivalent official Babel preset:

  • deduped-babel-presets/es2015
  • deduped-babel-presets/es2016
  • deduped-babel-presets/react
  • deduped-babel-presets/stage-3
  • deduped-babel-presets/stage-2
  • deduped-babel-presets/stage-1 - babel-preset-stage-1 plus the transform-decorators-legacy plugin.
  • deduped-babel-presets/stage-0 - provides the same additional plugins as babel-preset-stage-0, but includes deduped-babel-presets/stage-1 instead of babel-preset-stage-1.

Custom Presets

  • deduped-babel-presets/es2015-loose - babel-preset-es2015 with loose mode enabled where available.

  • deduped-babel-presets/es2015-native - babel-preset-es2015 with es2015-modules-commonjs disabled, for tree-shaking builds with tools like Rollup and Webpack v2.

  • deduped-babel-presets/es2015-loose-native - a combination of the above two presets.

  • deduped-babel-presets/react-hmre - development preset for React Hot Module Reloading and render() error catching.

  • deduped-babel-presets/react-prod - production optimisations for React, using the following plugins:

  • deduped-babel-presets/react-inline-elements - provides the react-inline-elements plugin.

    This is not included in the deduped-babel-presets/react-prod preset because it currently depends on having Symbol polyfilled to work in older browsers, which has the potential to introduce breaking changes to your production build.

    See React issue #5138.

  • deduped-babel-presets/runtime - preset for using the transform-runtime plugin (with all of its features activated as per the default).

  • deduped-babel-presets/runtime-helpers - transform-runtime configured solely to import helpers from babel-runtime when necessary.

  • deduped-babel-presets/runtime-polyfill - transform-runtime configured to import helpers from babel-runtime and apply ES6 polyfills within your code.

  • deduped-babel-presets/runtime-regenerator - transform-runtime configured to import helpers from babel-runtime and the regenerator runtime when necessary (i.e. when async/await syntax is used).

Plugins

Some plugins are useless without configuration, so deduped-babel-plugins exports the absolute path to them so you can use them in your own Babel plugin config:

  • deduped-babel-presets/plugins/istanbul - the absolute path to the istanbul plugin for code coverage instrumentation, which needs exclude/include config for instrumentation.

MIT Licensed

pkgcount was used to manually deduplicate Babel 6 shared dependencies.

FAQs

Last updated on 19 Jul 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc