Skip to content

Commit

Permalink
Upgrade webpack versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Sep 25, 2021
1 parent 893a6f5 commit f5af9e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ class KVisionGradleSubplugin : KotlinCompilerPluginSupportPlugin {
}
}
rootProject.extensions.configure<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension> {
versions.webpackDevServer.version = "4.0.0"
versions.webpack.version = "5.51.1"
versions.webpackDevServer.version = "4.2.1"
versions.webpack.version = "5.54.0"
}
}
}
Expand Down

0 comments on commit f5af9e9

Please sign in to comment.