An open API service indexing awesome lists of open source software.

https://github.com/xiaohk/vite-worker-error-demo


https://github.com/xiaohk/vite-worker-error-demo

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

## Vite Error

To reproduce the error:

1. In `blue`: `npm install && npm build`
2. In `red`: `npm install && npm run dev`
3. Open localhost, the web console would show `SyntaxError: return not in function`
4. However, there is no error if one runs `npm run dev` in `blue`