We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
css-inline
vercel-edge
1 parent 83f872b commit 7c7291eCopy full SHA for 7c7291e
src/compatibility.ts
@@ -83,7 +83,7 @@ export const RuntimeCompatibility: Record<string, RuntimeCompatibilitySchema> =
83
'vercel': awsLambda,
84
'vercel-edge': {
85
'chromium': false,
86
- 'css-inline': 'wasm',
+ 'css-inline': false, // size constraint (2mb is max)
87
'resvg': 'wasm',
88
'satori': 'node',
89
'sharp': false,
0 commit comments