scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
237 stars 101 forks source link

Use Webpack 4.x by default #303

Closed julienrf closed 5 years ago

julienrf commented 5 years ago

Currently, the version of webpack used by default is 3.x. The current stable version of Webpack is 4.x.

To update the default version of webpack, we should change the settings version in webpack, in ScalaJSBundlerPlugin.scala.