Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patak-dev/vite-rollup-plugin-auto-install

Repro for Vite issue
https://github.com/patak-dev/vite-rollup-plugin-auto-install

Last synced: 6 days ago
JSON representation

Repro for Vite issue

Awesome Lists containing this project

README

        

# Vite + Vue using Rollup Plugin Auto Install

[@rollup/plugin-auto-install](https://github.com/rollup/plugins/tree/master/packages/auto-install)

Repro to report an issue for [Vite](https://github.com/vitejs/vite)

Dev works correctly, `nanoid` is auto installed
```
yarn
yarn dev
```

Build fails
```
yarn
yarn build
```