You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parcel only build successfully if has .parcel-cache, so we just need to run parcel build twice to ensure compilation successfully, the first compilation is used to generate the .parcel-cache file, and the second compilation will only compile successfully with cache file that I have ro run parcel build || parcel build to compile source code.
The text was updated successfully, but these errors were encountered:
Parcel only build successfully if has
.parcel-cache
, so we just need to runparcel build
twice to ensure compilation successfully, the first compilation is used to generate the.parcel-cache
file, and the second compilation will only compile successfully with cache file that I have ro runparcel build || parcel build
to compile source code.The text was updated successfully, but these errors were encountered: