-
Hi there! I've been using an application developed with Parcel v1 which has been generating some JSONs during its build process. However, after upgrading to Parcel v2, these JSONs are no longer being built. To give you a picture of it, here are some part of my package.json files before and after migration: Before migration:
After migration:
Here is a snippet of my code that was responsible for fetching the JSONs in Parcel v1:
Could you guys help me understand why this might be happening and suggest any possible solutions to this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't know how this worked in Parcel 1 without any plugins (did you have any?) You could try https://github.com/elwin013/parcel-reporter-static-files-copy |
Beta Was this translation helpful? Give feedback.
I don't know how this worked in Parcel 1 without any plugins (did you have any?)
You could try https://github.com/elwin013/parcel-reporter-static-files-copy