Commit b422e06
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 36680fb commit b422e06
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 140 | | |
146 | 141 | | |
147 | 142 | | |
| 143 | + | |
148 | 144 | | |
149 | 145 | | |
150 | 146 | | |
| |||
0 commit comments