Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patak-dev/vite-rollup-plugin-multi-entry
Repro for an issue in Vite with @rollup/plugin-multi-entry
https://github.com/patak-dev/vite-rollup-plugin-multi-entry
Last synced: 11 days ago
JSON representation
Repro for an issue in Vite with @rollup/plugin-multi-entry
- Host: GitHub
- URL: https://github.com/patak-dev/vite-rollup-plugin-multi-entry
- Owner: patak-dev
- License: mit
- Created: 2021-01-12T21:15:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T21:34:47.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T08:51:36.577Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite in Lib mode using Rollup Plugin Multi Entry
[@rollup/plugin-multi-entry](https://github.com/rollup/plugins/tree/master/packages/multi-entry)
Repro to report an issue for [Vite](https://github.com/vitejs/vite)
Build fails creating the output file with the same name for both es and umd formats
```
yarn
yarn build
```