翠 / green

Results 80 issues of 翠 / green

### Description When the following conditions were met, browser field was not used. - (the package does not have exports field) - (Non-SSR build or SSR build for WebWorker) -...

p3-minor-bug :hammer:

### Description When `target: es5` is set in `tsconfig.json` and `vite.config.ts` exists, Vite fails to start. This is because esbuild looks for that when bundling config. Because we always ignore...

p2-nice-to-have :cake:

### Description ![image](https://user-images.githubusercontent.com/49056869/180612768-a0abc403-7185-47d5-a322-aa7629979e1b.png) ![image](https://user-images.githubusercontent.com/49056869/180612778-ce6b84d8-f40c-4e57-bff5-f0d3c5554ed9.png) Show warnings when `HPE_HEADER_OVERFLOW` error happened. Currently the server does not output any errors or warnings. close #547 ### Additional context --- ### What is the...

enhancement
p2-nice-to-have :cake:

### Description We inject `import.meta.url` in `renderChunk` hook when relative base. Rollup replaces them depending on the output module type (ESM, CJS, System, ...). But that replace happens **before** `renderChunk`...

p4-important :exclamation:

resolve #546 https://github.com/vitejs/vite/commit/cad27ee8c00bbd5aeeb2be9bfb3eb164c1b77885 の反映です

resolve #541 https://github.com/vitejs/vite/commit/895a7d66bc93beaf18ebcbee23b00fda9ca4c33c の反映です

resolve #540 https://github.com/vitejs/vite/commit/d90409e2afa91c34d124a28b8c9cadc915815617 の反映です

Same with https://github.com/vitejs/vite/pull/8994.

This test was not working for me and it was failing from 1.0.0. When this component is not commented out, `` is shown twice instead of `` and `` with...

This PR upgrades vite to v3. Also includes changes from `@vitejs/plugin-vue`.