Skip to content

Commit

Permalink
Webpack WorkAround (WebApp->Unstable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Oct 10, 2021
1 parent dd654e3 commit e8a479d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}

0 comments on commit e8a479d

Please sign in to comment.