Skip to content

Use future JS syntax today in your Denali app via Babel

License

Notifications You must be signed in to change notification settings

denali-js/babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e4b074 · Feb 22, 2018

History

61 Commits
Feb 10, 2018
Feb 21, 2018
Feb 21, 2018
Jan 31, 2018
Jan 31, 2018
Nov 2, 2016
Nov 2, 2016
Oct 25, 2017
Feb 22, 2018
Feb 22, 2018
Feb 21, 2018
Feb 21, 2018
Feb 22, 2018
Feb 22, 2018

Repository files navigation

@denali-js/babel

CircleCI Dependencies npm downloads latest version

Transpile your Denali app using Babel.

Installation

$ denali install @denali-js/babel

Configuring

By default, Babel does not do anything to your code - all transforms are opt-in. When you install this addon, it will generate a recommended default .babelrc file at the root of your Denali app. This file is how you tell Babel what transforms to apply, as well which files to exclude from transformation.

For more details, check out the Babel docs.