Skip to content

Bug Fix

Choose a tag to compare

@TotallyInformation TotallyInformation released this 22 Jul 14:19
· 183 commits to main since this release

Bug fix for Issue #557 - Building ui.js with ESBUILD was causing the require to fail in the uib-html node. Needed to adjust the code from require('./libs/ui.js') to require('./libs/ui.js').default.