Skip to content

Commit 98cc5f1

Browse files
committed
Fix a build regression from updating to Rollup v3
1 parent 308b1b7 commit 98cc5f1

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.6.2
2+
3+
- Fix a build regression from updating to Rollup v3
4+
15
## v1.6.1
26

37
- Update third party libraries

rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const configurator = (file, format, plugins = []) => ({
2323
'pub-sub-es': 'createPubSub',
2424
regl: 'createREGL',
2525
},
26+
interop: 'compat',
2627
},
2728
plugins: [...basePlugins(), ...plugins],
2829
external: ['pub-sub-es', 'regl'],

0 commit comments

Comments
 (0)