com.liferay.js.transpiler
Owner: Liferay
The JS Transpiler Gradle plugin lets you run metal-cli in order to build Metal.js code, compile Soy files, and transpile ES6 to ES5.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-js-transpiler
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-js-transpiler
Version 2.4.58
2.4.58
Created 01 October 2020.
The JS Transpiler Gradle plugin lets you run metal-cli to build Metal.js code, compile Soy files, and transpile ES6 to ES5.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.js.transpiler") version "2.4.58"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-js-transpiler:2.4.58") } } apply(plugin = "com.liferay.js.transpiler")
- Applying plugins to all subprojects .