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

https://github.com/alextompkins/netlify-vite-plugin-serve-dist-issue

Reproduction of anissue with @netlify/vite-plugin
https://github.com/alextompkins/netlify-vite-plugin-serve-dist-issue

Last synced: 8 days ago
JSON representation

Reproduction of anissue with @netlify/vite-plugin

Awesome Lists containing this project

README

          

## `@netlify/vite-plugin` serves `dist` issue

### Reproduction

1. `npm run dev` (runs `vite dev`)
2. See that the version of `index.html` in `./dist` gets served, not the root version
3. Comment out the `netlify()` plugin in `vite.config.js`
4. See that the root version gets served with regular `vite dev` behaviour