Commit 959b6cc
committed
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.1 parent b9302d2 commit 959b6cc
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 143 | | |
149 | 144 | | |
150 | 145 | | |
| 146 | + | |
151 | 147 | | |
152 | 148 | | |
153 | 149 | | |
| |||
0 commit comments