Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T22:40:29.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T08:51:36.509Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- 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
```