Expo Router App Assets not uploaded
My Expo Router app's assets folder is not being deployed
Looking at the Pages build's "Assets uploaded", I can see everything except for the
assets/node_modules/*
directory and folders that has the built assets that their bundler has imported from the node_modules
in the project (and is not the source of the node_modules
themselves)
This leads me to believe that Pages may potentially be filtering out any node_modules
directories during its deployment? I think that makes sense as a default, but is there some way to configure this?
Pages URL: https://penton-app.pages.dev/
Deployment ID: 5426e813-1e60-4f91-b804-8b2967513103
Account ID: a32f2dd8d30b59d6f9b2f869c73eec13
Thanks!0 Replies