Browse Source

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

pull/2297/head
walfud 2 years ago committed by GitHub
parent
commit
0ef3381362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/web-landing/build.gradle.kts

2
examples/web-landing/build.gradle.kts

@ -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"
}
}

Loading…
Cancel
Save