I have a question about the sveltekit building of a pages function, I have this very long array of 160k temp email domain strings that i use to check against in a signup api.
I see that everything is compiled into 1 _worker.js file and this makes the file itself over 3.6MB, doesnt this slow down functions a lot? or does the _worker.js.map file make this not much of a problem?