Closed evbo closed 3 years ago
also, perhaps a bigger issue is that I don't seem to be able to disable emitting source maps. Ultimately I'm just disabling them inside chrome devtools. I've cleaned my target directory ensuring nothing was left over, unless chrome somehow caches them...
This works for me:
webpackEmitSourceMaps in fullOptJS := false,
looks like this was fixed - thanks
With
0.17.0
this cookbook recipe is no longer accurate: https://scalacenter.github.io/scalajs-bundler/cookbook.html#performanceIt has been refactored and should read:
didnt see any documentation PRs in flight so I thought it'd be useful to point out ;)