Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@citycide/babel-standalone

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citycide/babel-standalone

A smaller customized version of @babel/standalone.

  • 7.3.1
  • latest
  • Source
  • npm
  • Socket score

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

@citycide/babel-standalone · Version License JavaScript Standard Style

A smaller customized version of @babel/standalone.

The official @babel/standalone has grown very large in recent releases, at almost 6 MB minified. For use cases like param.macro's online playground where only a subset of transforms is needed, that size isn't ideal. @citycide/babel-standalone is reduced to about 1.73 MB minified.

This project is based on the effort by @joncasey on my-babel-standalone.

usage

You can use the minified source directly on a page using unpkg:

<script src="https://unpkg.com/@citycide/babel-standalone"></script>

or by installing locally (i.e. for bundling):

# using yarn
yarn add @citycide/babel-standalone

# using npm
npm i @citycide/babel-standalone

development

  1. Clone the repo: git clone https://github.com/citycide/babel-standalone.git
  2. Move into the new directory: cd babel-standalone
  3. Install dependencies: yarn or npm install
  4. Build from source: yarn build or npm run build

Any plugins needed in the final bundle should be added as dependencies, where the update script will pull them from automatically. This update script is run before every build or can be manually run with yarn update or npm run update.

The version of the package itself is tied to the version of @babel/preset-env used, so both can and should be updated by editing only the @babel/preset-env version in package.json. Running yarn update will then fetch the new version and make this package's version match it.

see also

license

MIT © Bo Lingen / citycide

Based on code also under MIT © @joncasey

Keywords

FAQs

Package last updated on 24 Jan 2019

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