mims-github
mims-github
I also "experienced" this, aka. as my /tmp became out of space because of remains from old failed builds. So I had to manually remove them to have enough space...
Similar issue when running `sbt fastOptJS / webpack` with webpack source-map, after changing Scala from 2.13.8 to 3.1.2. ``` [info] Bundling the application with its NPM dependencies [error] .../target/scala-3.1.1/scalajs-bundler/main/node_modules/source-map/lib/source-map-generator.js:298 [error]...
I can also confirm, that my js file output from fastOptJS also contains the `\uff3f` char. e.g. ``` var _\uff3fself = this$1.EMPTY_SET__ju_Set(); ```
Another side note: switching from fastOptJS to fullOptJS also "fixes" it for us. So `sbt fullOptJS/webpack` works even without `webpackEmitSourceMaps := false`.
> Trying out a snippet on different versions requires tiresome pasting, because the REPLs do not share history. Maybe replacing two of the files with a symlink to the third...
@ptrdom Thanks for this PR, would love to use pnpm with Scala.js. :) Anything missing for this PR to be merged?
Or would be contribution PRs welcome for this upgrade?
@albuch Thanks for sharing this plugin with us and all the work you put in it. :clap: May you clarify how you welcome contributions to make that awesome plugin ready...
Thanks, will do. I just tried with using excludes, but could not work around it. But probably because I could not figure out, how to specify an exclusion based on...
Experienced the same and think that is a quite common use-case, as one has forgotten to switch project and want to make the switch in the past. Thx for the...