Merge branch 'master' into frontend-core-ts-2

This commit is contained in:
Andrew Kingston 2024-12-11 15:24:32 +00:00 committed by GitHub
commit 7be2d9ec34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const config = (input, outputFile, format) => ({
}),
commonjs(),
json(),
inject({ Buffer: ["buffer", "Buffer"] }),
inject({ Buffer: ["buffer", "Buffer"], process: "process/browser" }),
production && terser(),
],
})