|
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" |
| 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 | +### Desribe the bug |
| 21 | + |
| 22 | +(Write your answer here.) |
| 23 | + |
28 | 24 | ### Did you try recovering your dependencies?
|
29 | 25 |
|
30 | 26 | <!--
|
|
98 | 94 | Paste the output of the command in the section below.
|
99 | 95 | -->
|
100 | 96 |
|
101 |
| -(paste the output of the command here) |
| 97 | +(paste the output of the command here.) |
102 | 98 |
|
103 | 99 |
|
104 |
| -### Steps to Reproduce |
| 100 | +### Steps to reproduce |
105 | 101 |
|
106 | 102 | <!--
|
107 | 103 | How would you describe your issue to someone who doesn’t know you or your project?
|
|
115 | 111 | 3.
|
116 | 112 |
|
117 | 113 |
|
118 |
| -### Expected Behavior |
| 114 | +### Expected behavior |
119 | 115 |
|
120 | 116 | <!--
|
121 | 117 | How did you expect the tool to behave?
|
|
126 | 122 | (Write what you thought would happen.)
|
127 | 123 |
|
128 | 124 |
|
129 |
| -### Actual Behavior |
| 125 | +### Actual behavior |
130 | 126 |
|
131 | 127 | <!--
|
132 | 128 | Did something go wrong?
|
|
137 | 133 | (Write what happened. Please add screenshots!)
|
138 | 134 |
|
139 | 135 |
|
140 |
| -### Reproducible Demo |
| 136 | +### Reproducible demo |
141 | 137 |
|
142 | 138 | <!--
|
143 | 139 | If you can, please share a project that reproduces the issue.
|
|
0 commit comments