Socket
Socket
Sign inDemoInstall

edge-babel

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-babel

Edge Babel is a centralized Babel Configuration. Part of the Edge Platform.


Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

Edge Babel
Sponsored by Version Downloads Build Status Unix Build Status Windows Dependencies

Edge Babel is a centralized Babel Configuration. Part of the Edge Platform.

Features

  • React and Flowtype Support baked-in for transpiling JSX and removing non-standard Flowtype definitions.
  • Optimizations for React during development (richer debug capabilities) and production (less code).
  • Automatic environment specific ES2015/2016/2017 support using Preset Env
  • High performance async/await transpilation using Fast Async and nodeent
  • Support for new dynamic import() statement which is used for dynamic chunk creation in Webpack since version 2.
  • Local module support for easily referencing sources inside the src folder of the project using the module resolver plugin.
  • Support for converting often times used upcoming ES standards like class properties and object rest spread.
  • Prefers external polyfills and helpers instead of baked-in code which is especially beneficial for caching and code splitting.
  • Lodash Plugin to allow cherry-picking of more tranditionally exported libraries like lodash, async, rambda and recompose.
  • The transpiler config ignores Generators. As transpiling these results into super slow code and async/await is available the preset prefers to use this instead of "regenerator".

License

Apache License Version 2.0, January 2004

Sebastian Software GmbH Logo

Copyright 2017
Sebastian Software GmbH

Keywords

FAQs

Package last updated on 22 Jun 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc