babel-preset-alexa-app

1.4.3 • Public • Published

babel-preset-alexa-app

This package includes the Babel preset used by Create Alexa App.
Please refer to its documentation:

Usage in Create Alexa App Projects

The easiest way to use this configuration is with Create Alexa App, which includes it by default. You don’t need to install it separately in Create Alexa App projects.

Usage Outside of Create Alexa App

If you want to use this Babel preset in a project not built with Create Alexa App, you can install it with following steps.

First, install Babel.

Then create a file named .babelrc with following contents in the root folder of your project:

{
  "presets": ["alexa-app"]
}

Dependencies (13)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i babel-preset-alexa-app

    Weekly Downloads

    1

    Version

    1.4.3

    License

    MIT

    Last publish

    Collaborators

    • cameronhunter