com.github.turansky.kfc.webpack-loaders
Owner: Victor Turansky
Webpack loaders configuration for Kotlin/JS
https://github.com/turansky/kfc-plugins
Sources: https://github.com/turansky/kfc-plugins
Version 2.13.0
2.13.0
Created 05 March 2021.
Webpack loaders configuration for Kotlin/JS
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.turansky.kfc.webpack-loaders") version "2.13.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.turansky.kfc:gradle-plugin:2.13.0") } } apply(plugin = "com.github.turansky.kfc.webpack-loaders")
- Applying plugins to all subprojects .