Skip to content

Bug Fix

Latest
Compare
Choose a tag to compare
@TotallyInformation TotallyInformation released this 22 Jul 14:19

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.