@tarantool.io/babel-config
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@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,
});

Readme

Keywords

none

Package Sidebar

Install

npm i @tarantool.io/babel-config

Weekly Downloads

359

Version

1.0.1

License

ISC

Unpacked Size

3.33 kB

Total Files

4

Last publish

Collaborators

  • sergos12
  • kyukhin
  • usenko.timur
  • ashelist