Skip to content

Commit

Permalink
Merge pull request #15159 from Budibase/fix-dev-stringtemplates
Browse files Browse the repository at this point in the history
Fix string-templates on dev
  • Loading branch information
aptkingston authored Dec 11, 2024
2 parents 24a325a + 2f1b6d0 commit 80b8d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/string-templates/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config = (input, outputFile, format) => ({
}),
commonjs(),
json(),
inject({ Buffer: ["buffer", "Buffer"] }),
inject({ Buffer: ["buffer", "Buffer"], process: "process/browser" }),
production && terser(),
],
})
Expand Down

0 comments on commit 80b8d1c

Please sign in to comment.