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 2db7e7b commit c42528a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,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 c42528a

Please sign in to comment.