Commit 2d2ae30
committed
fix: ui 'npm run dev' emits spurious empty 'ERROR' output on console
This seems to be caused by vite-plugin-html's use of `consola.wrapConsole()`, and it seems to treat `console.error()` as still worthy of printing an 'ERROR' prefix to the console. The underlying culprit is `vite-plugin-checker`, which doesn't seem to be useful at this point, anyway. So this change removes use of `vite-plugin-checker`.
Signed-off-by: Nick Mitchell <[email protected]>1 parent 3633e02 commit 2d2ae30
File tree
3 files changed
+0
-185
lines changed- pdl-live-react
3 files changed
+0
-185
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
0 commit comments