You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the html webpack copy plugin meant that our scratch-component.html
page ended up with script tags loading both web-component.js and
PyodideWorker.js (corresponding to `entry` keys in webpack.config.js).
We don't need those in scratch-component.html and we want to rule out
whether their presence is causing the errors we're currently seeing when
deploying editor-ui using github actions.
0 commit comments