scalacenter / scalajs-bundler

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

wrong cache for webpack when not using application bundling mode #299

Open Katrix opened 5 years ago

Katrix commented 5 years ago

The documentation for the webpack task claims that the cached files to be monitored are defined by webpackMonitoredFiles, but this is only true when the bundling mode is set to application. I would expect that adding files to webpackMonitoredFiles would always work.