vite-plugin-fable
vite-plugin-fable copied to clipboard
(?) support .fsx files (without .fsproj file)
we can consider if it makes sense to load from .fsx instead of project file, so if fable con operate also just on .fsx files following dependencies, just as a possible extension. I think not seing a .fsproj file can make it easier for non dotnet devs maybe? wdyt
maybe something like
fable({
fsproj: undefined, --> tries compile with fable using .fsx only
})
I no longer remember the status of https://github.com/fable-compiler/vite-plugin-fable/pull/4. I believe it was possible, but unless there’s interest, I wouldn't prioritize it. If you enjoy working on it, feel free to proceed! However, my two cents is that this might require a larger effort without clear demand.
agree is not important right now