fable-compiler.github.io icon indicating copy to clipboard operation
fable-compiler.github.io copied to clipboard

Add documentation on how to supports mutiple targets

Open MangelMaxime opened this issue 1 year ago • 0 comments

If there are no target specific dependencies then a single package with compiler directives can works

If there are different dependencies depending on the target, then using multiple projects is the recommended way to go.

Past discussions: https://github.com/thoth-org/Thoth.Json/issues/206

Demo repo: https://github.com/MangelMaxime/fable-example-multi-targets

MangelMaxime avatar Sep 30 '24 18:09 MangelMaxime