Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use simple copy for scratch-component.html
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.
- Loading branch information