|
1 | | ---- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
4 | | - |
5 | | ---- |
6 | | - |
7 | | -<!-- Please don't delete this template or we'll close your issue --> |
8 | | -<!-- Before creating an issue please make sure you are using the latest version of webpack. --> |
9 | | - |
10 | | -# Bug report |
11 | | - |
12 | | -<!-- Please ask questions on StackOverflow or the webpack Gitter. --> |
13 | | -<!-- https://stackoverflow.com/questions/ask?tags=webpack --> |
14 | | -<!-- https://gitter.im/webpack/webpack --> |
15 | | -<!-- Issues which contain questions or support requests will be closed. --> |
16 | | - |
17 | | -**What is the current behavior?** |
18 | | - |
19 | | - |
20 | | -**If the current behavior is a bug, please provide the steps to reproduce.** |
21 | | - |
22 | | - |
23 | | -<!-- A great way to do this is to provide your configuration via a GitHub repo. --> |
24 | | -<!-- Best provide a minimal reproduceable repo with instructions --> |
25 | | -<!-- Repos with too many files or long configs are not suitable --> |
26 | | -<!-- Please only add small snippets of code directly into the issue --> |
27 | | -<!-- https://gist.github.com is a good place for longer code snippets --> |
28 | | -<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo instead. --> |
29 | | - |
30 | | -**What is the expected behavior?** |
31 | | - |
32 | | - |
33 | | -<!-- "It should work" is not a good explaination --> |
34 | | -<!-- Explain how exactly you expecting it to behave --> |
35 | | - |
36 | | -**Other relevant information:** |
37 | | -webpack version: |
38 | | -Node.js version: |
39 | | -Operating System: |
40 | | -Additional tools: |
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +--- |
| 5 | + |
| 6 | +<!-- Please don't delete this template or we'll close your issue --> |
| 7 | + |
| 8 | +<!-- Before creating an issue please make sure you are using the latest version of webpack. --> |
| 9 | + |
| 10 | +# Bug report |
| 11 | + |
| 12 | +<!-- Please ask questions on StackOverflow or the webpack Gitter. --> |
| 13 | + |
| 14 | +<!-- https://stackoverflow.com/questions/ask?tags=webpack --> |
| 15 | + |
| 16 | +<!-- https://gitter.im/webpack/webpack --> |
| 17 | + |
| 18 | +<!-- Issues which contain questions or support requests will be closed. --> |
| 19 | + |
| 20 | +**What is the current behavior?** |
| 21 | + |
| 22 | +**If the current behavior is a bug, please provide the steps to reproduce.** |
| 23 | + |
| 24 | +<!-- A great way to do this is to provide your configuration via a GitHub repo. --> |
| 25 | + |
| 26 | +<!-- Best provide a minimal reproduceable repo with instructions --> |
| 27 | + |
| 28 | +<!-- Repos with too many files or long configs are not suitable --> |
| 29 | + |
| 30 | +<!-- Please only add small snippets of code directly into the issue --> |
| 31 | + |
| 32 | +<!-- https://gist.github.com is a good place for longer code snippets --> |
| 33 | + |
| 34 | +<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo instead. --> |
| 35 | + |
| 36 | +**What is the expected behavior?** |
| 37 | + |
| 38 | +<!-- "It should work" is not a good explaination --> |
| 39 | + |
| 40 | +<!-- Explain how exactly you expecting it to behave --> |
| 41 | + |
| 42 | +**Other relevant information:** |
| 43 | +webpack version: |
| 44 | +Node.js version: |
| 45 | +Operating System: |
| 46 | +Additional tools: |
0 commit comments