vite-plugin-fable
vite-plugin-fable copied to clipboard
add hello world js example
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 .tgz archive to reference the pre packaged lib
can be run as bun i and bun run dev similar to sample-project
This feels very similar to the other sample. I would be fine with replacing it with this one. Additionally, users aren't being directed to this sample if that is the goal. You haven't tested this in CI and didn't add actual tests to Vitest, so what is the purpose here?