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: 5 months ago
JSON representation
Repro for Vite issue
- Host: GitHub
- URL: https://github.com/patak-dev/vite-rollup-plugin-auto-install
- Owner: patak-dev
- License: mit
- Created: 2021-01-12T06:07:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T21:29:42.000Z (over 5 years ago)
- Last Synced: 2025-07-18T06:25:04.513Z (12 months ago)
- Language: Vue
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```