3.0.1 • Published 5 years ago

@vanilla/babel-preset v3.0.1

Weekly downloads
6
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 @vanilla/babel-preset

Usage

Via .babelrc (Recommended)

.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"];