Fix test with css case

This commit is contained in:
Ilya Goncharov
2020-06-22 22:09:27 +03:00
parent 4ad95dbe0c
commit 538cf8af56
@@ -11,6 +11,9 @@ dependencies {
kotlin { kotlin {
target { target {
browser { browser {
webpackTask {
cssSupport.enabled = true
}
} }
binaries.executable() binaries.executable()
} }