2.1.2 • Published 5 years ago

@vanillaforums/babel-preset v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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 @vanillaforums/babel-preset

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["@vanillaforums/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"
]