Skip to content

Commit

Permalink
build: Re-include polyfills in IIFE bundle
Browse files Browse the repository at this point in the history
This was supposed to be standalone, but I accidentally broke it
  • Loading branch information
SLaks authored and mjradwin committed Nov 4, 2024
1 parent 9d07616 commit 196a1f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,5 @@ module.exports = defineConfig([
}),
bundleSize(),
],
external: ['temporal-polyfill', /@babel\/runtime/],
},
]);

0 comments on commit 196a1f4

Please sign in to comment.