Socket
Book a DemoInstallSign in
Socket

babel-preset-liferay-project

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-liferay-project

Babel preset for compiling standard Liferay projects.

latest
npmnpm
Version
1.8.0
Version published
Maintainers
1
Created
Source

babel-preset-liferay-project

Babel preset for modules included in Liferay Portal OSGi bundles.

Install

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

Usage

Add the following to your .babelrc file:

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

Technical Details

This preset includes the following plugins:

  • babel-plugin-transform-es2015-modules-amd
  • babel-plugin-name-amd-modules
  • babel-plugin-namespace-amd-define

FAQs

Package last updated on 20 Jun 2018

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