Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@vtex/babel-plugin-vtex-cms

Package Overview
Dependencies
Maintainers
62
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/babel-plugin-vtex-cms

This package is a simple Babel plugin that performs some transformations on `tsx` code which are useful for VTEX CMS, such as removing `.displayName`s and `.schema`s assignments.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
62
Created
Source

@vtex/babel-plugin-vtex-cms

This package is a simple Babel plugin that performs some transformations on tsx code which are useful for VTEX CMS, such as removing .displayNames and .schemas assignments.

Installation

Give that you already have babel installed, run:

yarn add -D @vtex/babel-plugin-vtex-cms

Usage

After installing the module, add it to the plugins array in your project's babel configuration file:

{
  "plugins": ["@vtex/babel-plugin-vtex-cms"]
}

FAQs

Package last updated on 15 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts