@vanillaforums/babel-preset

2.1.2 • 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 @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"
]

Readme

Keywords

none

Package Sidebar

Install

npm i @vanillaforums/babel-preset

Weekly Downloads

0

Version

2.1.2

License

MIT

Unpacked Size

60.4 kB

Total Files

5

Last publish

Collaborators

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