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

@vanilla/babel-preset

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla/babel-preset

The Vanilla babel preset. Supports Typescript, React, & Polyfills.

  • 3.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
6
Weekly downloads
 
Created
Source

@vanillaforums/babel-preset

A babel preset for transforming your JavaScript for Vanilla Forums.

Currently contains transforms for all standard syntax that is stage 4 (ES2017).

We have also enabled the following additional plugins:

Install

$ yarn add --dev @vanilla/babel-preset

Usage

.babelrc

{
    "presets": ["@vanilla/babel-preset"]
}

Targeting Environments

This module uses @babel/preset-env to target specific environments.

For a list of browsers please see browserlist.

Currently targetted environments are:

["ie > 10", "last 4 versions"];

FAQs

Package last updated on 30 Sep 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