mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-23 09:24:33 +01:00
Webpack WorkAround (WebApp->Unstable)
This commit is contained in:
parent
dd654e36ad
commit
e8a479d23d
@ -62,4 +62,10 @@ kotlin {
|
||||
}
|
||||
binaries.executable()
|
||||
}
|
||||
// WorkAround: https://youtrack.jetbrains.com/issue/KT-49124
|
||||
rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin> {
|
||||
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension>().apply {
|
||||
resolution("@webpack-cli/serve", "1.5.2")
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user