v0.0.10
Fully downlevel ES2017+ syntax (async/await, exponentiation) in the built bundle, not just ES2020 syntax. Enact's build only transpiles @enact/* packages, so third-party deps (e.g. web-vitals) shipped native async/await which Chromium 53 (webOS 4.x) cannot parse. downlevel-syntax.js now runs the whole bundle through @babel/preset-env targeting chrome>=53 and prepends regenerator-runtime, fixing the Homebrew Channel ipk-verify ES2017 compatibility failure.