https://github.com/patak-dev/vite-rollup-plugin-eslint
Repro for an issue in Vite when using @rollup/plugin-eslint
https://github.com/patak-dev/vite-rollup-plugin-eslint
Last synced: 5 months ago
JSON representation
Repro for an issue in Vite when using @rollup/plugin-eslint
- Host: GitHub
- URL: https://github.com/patak-dev/vite-rollup-plugin-eslint
- Owner: patak-dev
- License: mit
- Created: 2021-01-15T09:13:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T10:47:51.000Z (over 5 years ago)
- Last Synced: 2025-05-24T09:38:12.072Z (about 1 year ago)
- Language: Vue
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite using Rollup Plugin Legacy
[@rollup/plugin-legacy](https://github.com/rollup/plugins/tree/master/packages/legacy)
Repro to report an issue for [Vite](https://github.com/vitejs/vite)
Dev issue
```
yarn
yarn dev
```
Build issue
```
yarn
yarn build
```