Fix test with css case
This commit is contained in:
+3
@@ -11,6 +11,9 @@ dependencies {
|
|||||||
kotlin {
|
kotlin {
|
||||||
target {
|
target {
|
||||||
browser {
|
browser {
|
||||||
|
webpackTask {
|
||||||
|
cssSupport.enabled = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
binaries.executable()
|
binaries.executable()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user