@vanilla/babel-preset

3.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @vanilla/babel-preset

Weekly Downloads

0

Version

3.0.1

License

MIT

Unpacked Size

4.13 kB

Total Files

5

Last publish

Collaborators

  • lafleche
  • igraziatto
  • toddburry
  • kaecyra
  • initvector
  • charrondev