fable-templates
fable-templates copied to clipboard
Templates for Fable projects maintained by fable-compiler org
The template currently takes a lot of work to get it with Fable 4. Could you update it when you get a chance?
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.16 to 3.9.19. Release notes Sourced from vm2's releases. 3.9.19 Fixes https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue. 3.9.18 New Features https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver...
With Fable 4 supporting more languages, I thought it would be good to start a conversation around adding templates for these languages to help users get up and running with...
Snowpacks plugin-run-script seems buggy: - Not running script before build (e.g., https://github.com/withastro/snowpack/issues/3095) - Not killing child processes (e.g., https://github.com/sindresorhus/execa/issues/433) Proposed solution: Instead of starting dotnet fable inside snowpack.config.js, start int...