Skip to content

Commit

Permalink
build: Use compat builds in unpkg and jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed Jul 20, 2024
1 parent f437037 commit 17be337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as toolkit from './index';
import * as toolkit from './compat/index.ts';

interface Window {
_: typeof toolkit;
Expand Down

0 comments on commit 17be337

Please sign in to comment.