🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

babel-preset-liferay-standard

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-liferay-standard

Babel preset for bundling standard Liferay projects.

2.32.2
latest
Source
npm
Version published
Weekly downloads
9.8K
63.1%
Maintainers
0
Weekly downloads
 
Created
Source

babel-preset-liferay-standard

Babel preset for regular (browser compatible) npm modules.

Install

npm install --save-dev babel-preset-liferay-standard

Usage

Add the following to your .babelrc file:

{
	"presets": ["liferay-standard"]
}

Technical Details

This preset includes the following plugins:

  • babel-plugin-normalize-requires
  • babel-plugin-transform-node-env-inline
  • babel-plugin-minify-dead-code-elimination
  • babel-plugin-wrap-modules-amd
  • babel-plugin-name-amd-modules
  • babel-plugin-namespace-modules
  • babel-plugin-namespace-amd-define

FAQs

Package last updated on 10 Jan 2025

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