scalacenter / scalajs-bundler

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

Add the generated config file, so it gets picked up by the cache #307

Closed dispalt closed 5 years ago

dispalt commented 5 years ago

This is a simple attempt to solve a double run issue I noticed with the FileFunction.cached, I could put this in the WebpackTasks.bundle function after the .cached call, but that seemed less clean.

dispalt commented 5 years ago

I actually don't think this fixes it, nor is it the right way to fix it.

Problem statement:

There's probably something I am missing.