Commit ca55e18
fix(web): use named imports from @babel/core
Babel 8 ships as native ESM without a default export, so the
dependabot bump to @babel/core 8.0.1 broke the Vite config load
in both the JS and Go (e2e) workflows. Import the four used
functions as named exports instead.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent a4c8974 commit ca55e18
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments