Closed lgarron closed 4 years ago
We're on Parcel 2, which currently has issues building types for multiple targets:
https://github.com/parcel-bundler/parcel/issues/5010
I'd like to restore these as soon as practical. If that doesn't work with Parcel, a workaround might be to rewrite the package.json temporarily, or use a package.json file in a subfolder.
package.json
a workaround might be to rewrite the package.json temporarily, or use a package.json file in a subfolder.
Welp, I don't know why I didn't think of that earlier. I think it worked!
We're on Parcel 2, which currently has issues building types for multiple targets:
https://github.com/parcel-bundler/parcel/issues/5010
I'd like to restore these as soon as practical. If that doesn't work with Parcel, a workaround might be to rewrite the
package.json
temporarily, or use apackage.json
file in a subfolder.