Uh oh!
There was an error while loading. Please reload this page.
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| mangle: false, | ||
| headerIds: false, | ||
| }); | ||
| const html = marked(project.description); |
There was a problem hiding this comment.
These are false by default now.
| rollupOptions: { | ||
| input: ['src/entry.vercel-edge.tsx', '@qwik-city-plan'], | ||
| external: ['util'], | ||
| }, | ||
| outDir: '.vercel/output/functions/_qwik-city.func', | ||
| }, | ||
| plugins: [vercelEdgeAdapter()], | ||
| ssr: { | ||
| noExternal: true, | ||
| }, | ||
| plugins: [vercelEdgeAdapter(), viteNodePolyfills()], |
There was a problem hiding this comment.
Vercel Functions does not have util module. We have to polyfill it.
TorstenDittmann
left a comment
There was a problem hiding this comment.
some questions.
Unrelated, we could use https://vercel.com/storage/blob to make the image proxy even faster 👍🏻
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Meldiron
left a comment
There was a problem hiding this comment.
LGTM. If you have some performance numbers about before and after (build / init load / ...), pls attach to PR.
Fix some performance issues