|
1 | | -<!-- |
2 | | - PLEASE READ THE FIRST SECTION :-) |
3 | | ---> |
4 | | - |
5 | | -### Is this a bug report? |
6 | | - |
7 | | -(write your answer here) |
8 | | - |
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +labels: 'issue: bug report, needs triage' |
| 5 | +--- |
9 | 6 |
|
10 | 7 | <!--
|
11 | | - If you answered "Yes": |
12 | | - |
13 | 8 | Please note that your issue will be fixed much faster if you spend about
|
14 | 9 | half an hour preparing it, including the exact reproduction steps and a demo.
|
15 | 10 |
|
16 | 11 | If you're in a hurry or don't feel confident, it's fine to report bugs with
|
17 | 12 | less details, but this makes it less likely they'll get fixed soon.
|
18 | 13 |
|
19 | | - In either case, please fill as many fields below as you can. |
20 | | - |
21 | | - If you answered "No": |
| 14 | + In either case, please use this template and fill in as many fields below as you can. |
22 | 15 |
|
23 | | - If this is a question or a discussion, you may delete this template and write in a free form. |
24 | 16 | Note that we don't provide help for webpack questions after ejecting.
|
25 | 17 | You can find webpack docs at https://webpack.js.org/.
|
26 | 18 | -->
|
27 | 19 |
|
| 20 | +### Describe the bug |
| 21 | + |
| 22 | +(Write your answer here.) |
| 23 | + |
28 | 24 | ### Did you try recovering your dependencies?
|
29 | 25 |
|
30 | 26 | <!--
|
|
63 | 59 |
|
64 | 60 | (Write your answer here.)
|
65 | 61 |
|
66 | | - |
67 | 62 | ### Which terms did you search for in User Guide?
|
68 | 63 |
|
69 | 64 | <!--
|
|
83 | 78 |
|
84 | 79 | (Write your answer here if relevant.)
|
85 | 80 |
|
86 | | - |
87 | 81 | ### Environment
|
88 | 82 |
|
89 | 83 | <!--
|
|
98 | 92 | Paste the output of the command in the section below.
|
99 | 93 | -->
|
100 | 94 |
|
101 | | -(paste the output of the command here) |
102 | | - |
| 95 | +(paste the output of the command here.) |
103 | 96 |
|
104 | | -### Steps to Reproduce |
| 97 | +### Steps to reproduce |
105 | 98 |
|
106 | 99 | <!--
|
107 | 100 | How would you describe your issue to someone who doesn’t know you or your project?
|
|
110 | 103 |
|
111 | 104 | (Write your steps here:)
|
112 | 105 |
|
113 | | -1. |
114 | | -2. |
115 | | -3. |
| 106 | +1. |
| 107 | +2. |
| 108 | +3. |
116 | 109 |
|
117 | | - |
118 | | -### Expected Behavior |
| 110 | +### Expected behavior |
119 | 111 |
|
120 | 112 | <!--
|
121 | 113 | How did you expect the tool to behave?
|
|
125 | 117 |
|
126 | 118 | (Write what you thought would happen.)
|
127 | 119 |
|
128 | | - |
129 | | -### Actual Behavior |
| 120 | +### Actual behavior |
130 | 121 |
|
131 | 122 | <!--
|
132 | 123 | Did something go wrong?
|
|
136 | 127 |
|
137 | 128 | (Write what happened. Please add screenshots!)
|
138 | 129 |
|
139 | | - |
140 | | -### Reproducible Demo |
| 130 | +### Reproducible demo |
141 | 131 |
|
142 | 132 | <!--
|
143 | 133 | If you can, please share a project that reproduces the issue.
|
|
157 | 147 |
|
158 | 148 | (Paste the link to an example project and exact instructions to reproduce the issue.)
|
159 | 149 |
|
160 | | - |
161 | 150 | <!--
|
162 | 151 | What happens if you skip this step?
|
163 | 152 |
|
|
0 commit comments