sdk: include sharp

This commit is contained in:
Koushik Dutta
2023-11-21 22:37:54 -08:00
parent aad9a2123d
commit ed40f29226
2 changed files with 2 additions and 0 deletions

1
sdk/polyfill/sharp.js Normal file
View File

@@ -0,0 +1 @@
const sharp = __non_webpack_require__('sharp'); module.exports = sharp;

View File

@@ -48,6 +48,7 @@ const alias = {};
const polyfills = [
'node-pty-prebuilt-multiarch',
'node-forge',
'sharp',
'source-map-support/register',
'adm-zip',
"memfs",