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"]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.3
    2
    • latest

Version History

Package Sidebar

Install

npm i babel-preset-alexa-app

Weekly Downloads

2

Version

1.4.3

License

MIT

Last publish

Collaborators

  • cameronhunter