Skip to content

Latest commit

 

History

History
99 lines (96 loc) · 4.42 KB

bug_report.yml

File metadata and controls

99 lines (96 loc) · 4.42 KB
NameAboutLabelsAssignees
🐞 Bug reportReport an issuepending triage

Thanks for taking the time to fill out this bug report!

Related plugins

Select the plugin which is related

A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!

Please provide a link via vite.new/vue / vite.new/vue-ts or a link to a repo that can reproduce the problem you ran into. npm create vite@latest and npm create vite-extra@latest (for SSR or library repros) can be used as a starter template. A minimal reproduction is required (Why?). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided after 3 days, it will be auto-closed.

Please provide any reproduction steps that may need to be described. E.g. if it happens only when running the dev or build script make sure it's clear which one to use.

Output of npx envinfo --system --npmPackages '{vite,@vitejs/*}' --binaries --browsers

Select the used package manager

Optional if provided reproduction. Please try not to insert an image but copy paste the log text.

  1. Run vite or vite build with the --debug flag.
  2. Provide the error log here in the format below.
<details>
<summary>Click to expand!</summary>

```shell
// paste the log text here
```
</details>
Validations

Before submitting the issue, please make sure you do the following