Skip to content

Commit

Permalink
fix: add empty export to the blocks-browser bundle to fix working und…
Browse files Browse the repository at this point in the history
…er isolatedModules
  • Loading branch information
nd0ut committed May 17, 2023
1 parent 0a2c980 commit c0e7004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ import { LR_WINDOW_KEY } from './abstract/connectBlocksFrom.js';

blocks.registerBlocks(blocks);
window[LR_WINDOW_KEY] = blocks;

export {};

0 comments on commit c0e7004

Please sign in to comment.