JasonColeyNZ
CDCloudflare Developers
•Created by JasonColeyNZ on 2/11/2024 in #pages-help
Remix Vite and cdn resources
OK so, I found this is a node limitation, you can't load resources from a CDN, if has to use file:// or data://, so then how does anyone use vendor cdn libraries, or is this only for development?
2 replies
CDCloudflare Developers
•Created by JasonColeyNZ on 2/8/2024 in #general-help
Remix Vite & CloudFlare
So any ideas how I can fix these errors, the dependancy of certain packages need an update from what I can see, i.e. cookie-signature needs to use require('node:crypto') from what I can ascertain to work on CF, but how can I do this in a project, force a dependancy to use a modified verion of a package?
4 replies
CDCloudflare Developers
•Created by JasonColeyNZ on 2/8/2024 in #general-help
Remix Vite & CloudFlare
Now I have the following issues to sort
4 replies
CDCloudflare Developers
•Created by JasonColeyNZ on 2/8/2024 in #general-help
Remix Vite & CloudFlare
OK, managed to get further, I was using InstallGlobals in the vite.config.ts, so this has allowed me to go further, excellent.
4 replies