Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T21:29:42.000Z (over 3 years ago)
- Last Synced: 2024-10-29T05:23:44.196Z (16 days 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
```