3.0.0 • Published 5 years ago
@lamiaoy/babel-config v3.0.0
@lamiaoy/babel-config
Base Babel config for Lamia projects
Install
With npm do:
npm install @lamiaoy/babel-configCreate 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.
3.0.0
5 years ago
2.0.5
7 years ago
2.0.4
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.2-alpha.1
7 years ago
2.0.2-alpha.0
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
2.0.0-beta.0
7 years ago
1.1.0
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago