fix: prevent code from breaking just because it was bundled

This commit is contained in:
KernelDeimos
2024-10-18 15:06:08 -04:00
parent 7922314840
commit fb1216d488
+2 -1
View File
@@ -29,7 +29,8 @@ export default {
input: "src/main_puter.js",
output: {
file: "dist/bundle.js",
format: "iife"
format: "iife",
strict: false,
},
plugins: [
nodeResolve({