1. @trendmicro/babel-config
A babel config for Trend Micro Frontend.
@trendmicro/babel-config
Package: @trendmicro/babel-config
Created by: trendmicro-frontend
Last modified: Thu, 07 Apr 2022 07:33:14 GMT
Version: 1.0.2
License: MIT
Downloads: 746
Repository: https://github.com/trendmicro-frontend/babel-config

Install

npm install @trendmicro/babel-config
yarn add @trendmicro/babel-config

babel-config npm version

NPM

A babel config for Trend Micro Frontend.

Install

  1. Install the latest version of @trendmicro/babel-config:
 npm install --save-dev @trendmicro/babel-config @babel/core @babel/preset-env @babel/preset-react
  1. Add "extends": "@trendmicro/babel-config" to .babelrc:
 {
    "extends": "@trendmicro/babel-config",
    "presets": [
        "@babel/preset-env",
        "@babel/preset-react"
    ]
}

License

MIT

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code