Skip to content

Commit

Permalink
Fix string-templates on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 11, 2024
1 parent 24a325a commit 2f1b6d0
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 2f1b6d0

Please sign in to comment.