Skip to content

Commit

Permalink
Merge pull request #456 from Atry/patch-1
Browse files Browse the repository at this point in the history
Support Node.js 18 out-of-the-box
  • Loading branch information
sjrd authored Jan 25, 2023
2 parents 9fef79e + 934b1a0 commit 45f9c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ object ScalaJSBundlerPlugin extends AutoPlugin {

scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule) },

version in webpack := "5.24.3",
version in webpack := "5.75.0",

webpackCliVersion := "4.5.0",

Expand Down

0 comments on commit 45f9c18

Please sign in to comment.