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
.
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
.