-
- All Implemented Interfaces:
-
org.gradle.api.Named
public abstract class KotlinWebpackScssRule extends KotlinWebpackCssRule
-
-
Constructor Summary
Constructors Constructor Description KotlinWebpackScssRule(String name)
-
Method Summary
Modifier and Type Method Description abstract Property<String>getMode()abstract Property<Boolean>getEnabled()abstract Property<String>getTest()Raw rule testfield value.abstract ListProperty<String>getInclude()abstract ListProperty<String>getExclude()Collection<RequiredKotlinJsDependency>dependencies(NpmVersions versions)Provides a list of required npm dependencies for the rule to function. -
Methods inherited from class org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackScssRule
validate -
Methods inherited from class org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackCssRule
equals, getName, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
KotlinWebpackScssRule
KotlinWebpackScssRule(String name)
-
-
Method Detail
-
getEnabled
@Input() abstract Property<Boolean> getEnabled()
-
getTest
@Input() abstract Property<String> getTest()
Raw rule
testfield value. Needs to be wrapped in quotes when using string notation.
-
getInclude
@Input() abstract ListProperty<String> getInclude()
-
getExclude
@Input() abstract ListProperty<String> getExclude()
-
dependencies
Collection<RequiredKotlinJsDependency> dependencies(NpmVersions versions)
Provides a list of required npm dependencies for the rule to function.
-
-
-
-