Skip to content

Commit

Permalink
fix: no longer shim setTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Oct 12, 2024
1 parent e45f36e commit 5d06cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 5d06cc1

Please sign in to comment.