Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milomg/vitebug
https://github.com/milomg/vitebug
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/milomg/vitebug
- Owner: milomg
- Created: 2021-03-12T19:26:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T04:59:47.000Z (over 2 years ago)
- Last Synced: 2024-06-05T06:36:50.149Z (5 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Vite Bug Reproduction
1. `pnpm i`
2. `pnpm run build````
Unexpected early exit. This happens when Promises returned by plugins cannot resolve. Unfinished hook action(s) on exit:
(vite:worker) transform "vitebug/node_modules/.pnpm/[email protected]/node_modules/monaco-editor/esm/vs/language/typescript/ts.worker.js?worker"
```This error is unexpected because Vite is silencing an error that is arising from terser (when terser is disabled, no error occurs).