Closed julienrf closed 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.
version in webpack
ScalaJSBundlerPlugin.scala
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
, inScalaJSBundlerPlugin.scala
.