1
1
---
2
2
name : Bug report
3
3
about : Create a report to help us improve
4
-
5
4
---
6
5
7
- <!-- Please don't delete this template or we'll close your issue -->
6
+ <!-- Please don't delete this template because we'll close your issue -->
8
7
<!-- Before creating an issue please make sure you are using the latest version of webpack. -->
9
8
10
9
# Bug report
@@ -20,18 +19,18 @@ about: Create a report to help us improve
20
19
** If the current behavior is a bug, please provide the steps to reproduce.**
21
20
22
21
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 -->
22
+ <!-- A great way to do this is to provide your configuration via a GitHub repository -->
23
+ <!-- The most helpful is a minimal reproduction with instructions on how to reproduce -->
24
+ <!-- Repositories with too many files or large `webpack.config.js` files are not suitable -->
25
+ <!-- Please only add small code snippets directly into this issue -->
27
26
<!-- 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. -->
27
+ <!-- If your issue is caused by a plugin or loader, please create an issue on the loader/plugin repository instead -->
29
28
30
29
** What is the expected behavior?**
31
30
32
31
33
- <!-- "It should work" is not a good explaination -->
34
- <!-- Explain how exactly you expecting it to behave -->
32
+ <!-- "It should work" is not a helpful explanation -->
33
+ <!-- Explain exactly how it should behave -->
35
34
36
35
** Other relevant information:**
37
36
webpack version:
0 commit comments