fix web client builds

This commit is contained in:
John O'Reilly 2021-11-04 18:48:02 +00:00
parent 1b6050f9ee
commit 003ceef2a1
2 changed files with 7 additions and 0 deletions

View file

@ -33,6 +33,7 @@ kotlin {
afterEvaluate {
rootProject.extensions.configure<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension> {
versions.webpackDevServer.version = "4.0.0"
versions.webpackCli.version = "4.9.0"
}
}

View file

@ -34,4 +34,10 @@ kotlin {
browser()
binaries.executable()
}
}
afterEvaluate {
rootProject.extensions.configure<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension> {
versions.webpackCli.version = "4.9.0"
}
}