vite-plugin-fable icon indicating copy to clipboard operation
vite-plugin-fable copied to clipboard

A Vite plugin for Fable

Results 16 vite-plugin-fable issues
Sort by recently updated
recently updated
newest added

Very rough proof of concept. Things to figure out: - [ ] Deal with `fsproj` being absent. - [ ] `#load` dependencies - [ ] Combination of fsproj and script....

add publish.yml gh action and publication workflow, and slightly modify manual npm publish package.json comands

in order to improve versioning and change log for new releases KeepAChangeLog approach is suggested * https://github.com/release-flow/keep-a-changelog-action/tree/main * https://github.com/ionide/KeepAChangelog * https://www.npmjs.com/package/@release-it/keep-a-changelog a few questions: 1 - what is the single...

See https://rolldown.rs/guide/plugin-development#plugin-hook-filters, This allows us to remove the manual checks inside the current hooks. A nice to have really.

add a hello world vanilla js program referencing the library as npm dependency directly * cannot use `file: ..` (points to root package.json) as it creates circular deps * uses...

atm types are not being published in the npm package, we should publish them as well to allow devs having typed configs when using `vite.config.ts`

enhancement
good first issue

i noticed that post install always runs even if only 1 dev dep is added in package.json, how could we prevent the postinstall to run each time trying to compile...

bug

can be useful for mantainers and contributors to add docs for how to publish the npm library using npm, using bun, using vite? currently is `npm pack` and `npm publish`...

documentation

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...

question

since the post install of vite plugin currently takes quite some time 30s or so, and no info is displayed in `npm i` but only during `bun i` it would...

enhancement