mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-03 13:58:28 +08:00
Temporary fix for issue with incompatible webpack-cli and @webpack-cli versions.
This commit is contained in:
parent
28ee405980
commit
ab21cb25c2
@ -1,3 +1,11 @@
|
||||
import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension
|
||||
import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin
|
||||
|
||||
tasks.wrapper {
|
||||
gradleVersion = "7.1.1"
|
||||
}
|
||||
|
||||
// Temporary fix for issue with incompatible webpack-cli and @webpack-cli versions.
|
||||
rootProject.plugins.withType<NodeJsRootPlugin> {
|
||||
rootProject.the<NodeJsRootExtension>().versions.webpackCli.version = "4.9.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user