Fix compile error: "cli.isMultipleCompiler is not a function" (#2159)

This commit is contained in:
walfud
2022-09-07 20:51:30 +08:00
committed by GitHub
parent 91a60dc014
commit 0ef3381362

View File

@@ -32,6 +32,6 @@ kotlin {
afterEvaluate {
rootProject.extensions.configure<NodeJsRootExtension> {
versions.webpackDevServer.version = "4.0.0"
versions.webpackCli.version = "4.9.0"
versions.webpackCli.version = "4.10.0"
}
}