babel-preset-metalab
v1.0.0
Published
Optimal reconfigured babel settings. Includes optional compatibility presets for targeting potato browsers.
Downloads
64
Readme
babel-preset-metalab
Optimal reconfigured babel settings. Includes optional compatibility presets for targeting potato browsers.
$ npm install @metalab/babel-preset-metalab
Example usage in .babelrc
:
{
"presets": [
"metalab",
"metalab/compatibility"
],
"env": {
"development": {
"sourceMaps": true
}
}
}