@tarantool.io/babel-config
v1.0.1
Published
Sharable babel configuration for Tarantool projects.
Downloads
4,872
Keywords
Readme
@tarantool.io/babel-config
Sharable babel configuration for Tarantool projects.
Usage
// .babelrc.js
module.exports = require("@tarantool.io/babel-config")({
// [default: true] enables production build configurations
prod: true,
// [default: true] enables the @emotion/babel-plugin plugin
emotion: true,
// [default: true] enables the @babel/preset-env preset
presetEnv: true,
// [default: false] enables the debug configuration in the @babel/preset-env preset
debugBabelPresetEnv: false,
});