From 7169fc8096c5becdb4b9bf440e20973d4977a9cb Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 10 Dec 2024 12:18:27 +0100 Subject: [PATCH] Clean --- packages/string-templates/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/string-templates/rollup.config.js b/packages/string-templates/rollup.config.js index 1664c2e782..d06efc3539 100644 --- a/packages/string-templates/rollup.config.js +++ b/packages/string-templates/rollup.config.js @@ -25,7 +25,7 @@ const config = (input, outputFile, format) => ({ typescript({ moduleResolution: "node", }), - polyfillNode(), // Replaces Node.js built-ins for browser compatibility + polyfillNode(), resolve({ preferBuiltins: true, browser: true,