3.0.0 • Published 4 years ago

@lamiaoy/babel-config v3.0.0

Weekly downloads
14
License
UNLICENSED
Repository
bitbucket
Last release
4 years ago

@lamiaoy/babel-config

Base Babel config for Lamia projects

Install

With npm do:

npm install @lamiaoy/babel-config

Create a .babelrc to your project root with the following contents:

{
    "extends": "@lamiaoy/babel-config"
}

Make sure you don't have any existing configs (.babelrc or similar). If you do, first merge their configurations into the new .babelrc, and remove them afterwards.

Assuming Babel is configured correctly, it should automatically pick up the new config.

Supported browsers

Include a .browserlistrc file into your project if one doesn't exist already. It will tell Babel (among other tools) which browser versions should be supported.