How to use node_compat = true with cloudflare pages ?

I know that there is a flag nodejs_compat, but it's not as powerful as node_compat = true , nice nodejs_compat isn't gonna polyfill modules such as fs or os

How could I use node_compat = true with a cloudflare pages (not worker) project ?

Can I do it directly with the cloudflare UI/Dashboard ?
Was this page helpful?