Not I'm having another weird issue. If I run my we...
# compose-web
m
Not I'm having another weird issue. If I run my web app locally everything is fine. However if I build it (
jsBrowserDistribution
) and deploy it to Firebase I get this issue on chromium browsers (Firefox works)
Seems like skiko.js is not loaded initially
After refresh it's there
However the contents of it is just the same content as my index.html file instead of javascript
Seems like I need to run
jsBrowserProductionWebpack
before running
jsBrowserDistribution
.