Skip to content

Commit 46ac834

Browse files
committed
Import Blueprint HotkeysEvents from lib/esm
+ Previous import from lib/cjs appeared to be triggering double-include of BP library, bringing along the entire CJS distro into a bundled build to support this one specific import!
1 parent b1a1771 commit 46ac834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kit/blueprint/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export {
3030
} from '@blueprintjs/core';
3131

3232
// Yikes -- require two non-published classes.
33-
export {HotkeysEvents} from '@blueprintjs/core/lib/cjs/components/hotkeys/hotkeysEvents';
33+
export {HotkeysEvents} from '@blueprintjs/core/lib/esm/components/hotkeys/hotkeysEvents';
3434

3535
export * from './Wrappers';
3636
export * from './Dialog';

0 commit comments

Comments
 (0)