Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the parcel2 build for hdf5 viz when using node18. The underlying
problem is that parcel passes through, unfiltered, the environment. We could have a separate list to figure out which plugins need additional options, but this runs the risk of deployers having *other* potentially broken things in their ENV for node. By telling parcel to just use the process backend, we avoid this issue completely and don't have to modify or maintain other changes to the build infra.
- Loading branch information