Merge pull request #15159 from Budibase/fix-dev-stringtemplates

Fix string-templates on dev
This commit is contained in:
Andrew Kingston 2024-12-11 11:10:42 +00:00 committed by GitHub
commit 80b8d1c23c
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(), commonjs(),
json(), json(),
inject({ Buffer: ["buffer", "Buffer"] }), inject({ Buffer: ["buffer", "Buffer"], process: "process/browser" }),
production && terser(), production && terser(),
], ],
}) })