feat(new tool): Bounce Email Parser

Parse SMTP bounce emails
This commit is contained in:
sharevb 2024-09-22 12:14:33 +02:00 committed by ShareVB
parent f5c4ab19bc
commit e86e9212d5
9 changed files with 1670 additions and 927 deletions

View file

@ -113,4 +113,7 @@ export default defineConfig({
build: {
target: 'esnext',
},
optimizeDeps: {
include: ['re2-wasm-embedded'], // optionally specify dependency name
},
});