From fb1216d488bed8ee8d88c7c71e4a6f1054e3a01c Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Fri, 18 Oct 2024 15:06:08 -0400 Subject: [PATCH] fix: prevent code from breaking just because it was bundled --- src/phoenix/rollup.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/phoenix/rollup.config.js b/src/phoenix/rollup.config.js index ae7dfb13..6e728bc8 100644 --- a/src/phoenix/rollup.config.js +++ b/src/phoenix/rollup.config.js @@ -29,7 +29,8 @@ export default { input: "src/main_puter.js", output: { file: "dist/bundle.js", - format: "iife" + format: "iife", + strict: false, }, plugins: [ nodeResolve({