Socket
Socket
Sign inDemoInstall

babel-preset-fe

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-fe

## Changelog


Version published
Weekly downloads
12
increased by1100%
Maintainers
1
Weekly downloads
 
Created
Source

babel-preset-fe

Changelog

[1.0.16]

  • Build-in babel-plugin-transform-runtime

[1.0.8]

  • Move up babel-plugin-transform-decorators-legacy

[1.0.5]

  • Rollback es2015-modules-commonjs(failed on old project)
  • Move up babel-plugin-transform-class-properties

[1.0.2]

  • Enable loose mode (ref: http://www.2ality.com/2015/12/babel6-loose-mode.html)

[1.0.1]

  • Remove es2015-modules-commonjs(because webpack2 supports it already!)

Install

$ npm install --save-dev babel-preset-fe

Usage

.babelrc

{
  "presets": ["fe"]
}

Via CLI

$ babel script.js --presets fe

Via Node API

require('babel-core').transform('code', {
  presets: ['fe']
})

FAQs

Package last updated on 05 Nov 2016

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