mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
fix(trigger): add react-dom and react-email to additionalPackages (#4052)
This commit is contained in:
@@ -21,7 +21,14 @@ export default defineConfig({
|
||||
files: ['./lib/execution/isolated-vm-worker.cjs', './lib/execution/pptx-worker.cjs'],
|
||||
}),
|
||||
additionalPackages({
|
||||
packages: ['unpdf', 'pdf-lib', 'isolated-vm', 'pptxgenjs'],
|
||||
packages: [
|
||||
'unpdf',
|
||||
'pdf-lib',
|
||||
'isolated-vm',
|
||||
'pptxgenjs',
|
||||
'react-dom',
|
||||
'@react-email/render',
|
||||
],
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user