Tomasz Heimowski
Tomasz Heimowski
Hi @MortalFlesh you might check out [Fable.Mocha repository](https://github.com/Zaid-Ajaj/Fable.Mocha) and specially [this](https://github.com/Zaid-Ajaj/Fable.Mocha#running-the-tests-on-nodejs-with-mocha) section on how to make your tests run in node environment. We may consider in future adding a recipe...
We're trying to avoid giving too many options - it's much harder to maintain. But definitely there would be value in adding a recipe to the docs on how to...
I haven't yet had chance to use Storybook, so hard to judge for me, but surely the more bindings we have for Fable the better
one more to the mix https://github.com/snowpackjs/snowpack
Fine with me 👍
Both default and minimal are using webpack 5.65 at current master branch - though this change has not yet been released: https://github.com/SAFE-Stack/SAFE-template/blob/4580061b78423dea6dbcc3f3ed722e2588a6912e/Content/minimal/package-lock.json#L6852-L6853 https://github.com/SAFE-Stack/SAFE-template/blob/4580061b78423dea6dbcc3f3ed722e2588a6912e/Content/default/package-lock.json#L8256-L8257
See also https://github.com/SAFE-Stack/SAFE-template/issues/487
Thanks @MangelMaxime - when https://github.com/SAFE-Stack/SAFE-template/pull/318 is ready I'll update the Thoth.Json dependencies to latest, test them and then when template ships with latest Thoth.Json we can add a note on...
The problem is still there, but it's in the "Legacy v1 SAFE Template" section, and since v2 has been already released I want to treat that legacy section as a...
Here's a list of items I'd add / change. Most of these are due to us removing features in v2 compared to v1. ## building and hosting • How do...