Description
Low priority.
Coming from this comment:
This [built-in browserify command] is a common use-case (also in my usage), and I've been thinking of providing some opinionated integration with
parcel
. Could you open an issue about it so we can discuss it there?
For context, I was only pointing out that spago
doesn't currently have some sort of browserify
-like built-in command. (I probably could have done a better job explaining that). So, this is not a request specifically for browserify
.
It seems like parcel
is a better option, so integrating parcel
into spago
sounds helpful. Still, it might be a bad idea. Since one can easily take the output of spago
and push it into parcel
, is this really necessary?
Without such integration, spago
might be a better overall solution to dependency management when other backends are considered. (In making this statement, I don't know what other backends use to get their PureScript dependencies. However, downloading the source code via spago
and allowing other backend-specific build tools (e.g. parcel
) to do target-language-specific build-things seems like a good idea.)