Open klarkc opened 2 years ago
If for some reason purs is not compatible, we could use https://github.com/purescript/trypurescript to start a local server and build purescript without dealing with dependency resolution. But the code will be bundled, so we might have code duplication between different components.
Reference on dependency handle: https://github.com/Mateiadrielrafael/esbuild-plugin-purescript
But the code will be bundled
Just remembered that trypurescript does not bundle the produced code (it works with ESM)
just noting – https://github.com/Pauan/rollup-plugin-purs may be useful – though it's quite old
Resolves #9