This repo reproduces [shadow-cljs issue #948][thheller/shadow-cljs#948].
- Clone repo
npm i
npm start
- Open
http://localhost:8989/about.html
in the browser - Open the browser's JavaScript console
Note that there are no errors in the console, and that the page content is the header "About"
git clean -xdf
npm i
npm run release
npm run serve
- Open
http://localhost:8989/about.html
in the browser - Open the browser's JavaScript console
Results in:
- Expected: Same as debug build, namely no errors and page content is "About"
- Actual: Page content is "Loading..." and the JavaScript console shows an
error:
TypeError: $jscomp.makeIterator is not a function