https://github.com/patak-dev/vite-rollup-plugin-replace
Repro for an issue in Vite using vite-rollup-plugin-replace include/exclude options
https://github.com/patak-dev/vite-rollup-plugin-replace
Last synced: 9 months ago
JSON representation
Repro for an issue in Vite using vite-rollup-plugin-replace include/exclude options
- Host: GitHub
- URL: https://github.com/patak-dev/vite-rollup-plugin-replace
- Owner: patak-dev
- License: mit
- Created: 2021-01-13T21:54:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T22:40:29.000Z (over 5 years ago)
- Last Synced: 2025-10-12T00:04:56.766Z (9 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite using Rollup Plugin Replace and include/exclude options
[@rollup/plugin-replace](https://github.com/rollup/plugins/tree/master/packages/replace)
Repro to report an issue for [Vite](https://github.com/vitejs/vite)
Dev issue
```
yarn
yarn dev
```
Build issue
```
yarn
yarn build
```