diff --git a/rollup.config.mjs b/rollup.config.mjs index 319b558..4cf5792 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -10,7 +10,7 @@ export default { file: 'dist/index.js', format: 'iife', compact: true, - intro: "var window = globalThis, self = globalThis, console = new Proxy({}, { get: () => () => void 0 }), setTimeout = (x) => x();" + intro: "var window = globalThis, self = globalThis, console = new Proxy({}, { get: () => () => void 0 })" }, plugins: [ nodeResolve(),