@@ -3,32 +3,31 @@ name: 🐛 Bug Report
3
3
about : Something went awry and you'd like to tell us about it.
4
4
---
5
5
6
- <!-- Please don't delete this template otherwise your issue will be closed immediately -->
7
- <!-- Before creating an issue please make sure you are using the latest version of webpack. -->
6
+ <!-- Please do not delete this template, otherwise your issue may be closed immediately. -->
7
+ <!-- Before creating an issue, make sure you are using the latest version of webpack. -->
8
8
9
9
### Bug report
10
10
11
- <!-- Please ask questions on discussions or StackOverflow . -->
11
+ <!-- Please ask questions in Discussions or on Stack Overflow . -->
12
12
<!-- https://github.com/webpack/webpack/discussions -->
13
13
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
14
- <!-- Issues which contain questions or support requests will be closed. -->
14
+ <!-- Issues that contain questions or support requests will be closed. -->
15
15
16
16
### Actual Behavior
17
17
18
- <!-- Explain exactly how it behaves -->
18
+ <!-- Explain exactly how it behaves. -->
19
19
20
20
### Expected Behavior
21
21
22
- <!-- "It should work" is not a helpful explanation -->
23
- <!-- Explain exactly how it should behave -->
22
+ <!-- "It should work" is not a helpful explanation. -->
23
+ <!-- Explain exactly how it should behave. -->
24
24
25
25
### How Do We Reproduce?
26
26
27
- <!-- A great way to do this is to provide your configuration via a GitHub repository -->
28
- <!-- The most helpful is a minimal reproduction with instructions on how to reproduce -->
29
- <!-- Repositories with too many files or large `webpack.config.js` files are not suitable -->
30
- <!-- Please only add small code snippets directly into this issue -->
31
- <!-- https://gist.github.com is a good place for longer code snippets -->
32
- <!-- If your issue is caused by a plugin or loader, please create an issue on the loader/plugin repository instead -->
27
+ <!-- A great way to do this is to provide your configuration via a GitHub repository. -->
28
+ <!-- Minimal reproductions with clear instructions on how to reproduce are the most helpful. -->
29
+ <!-- Repositories with too many files or large `webpack.config.js` files are not suitable. -->
30
+ <!-- Please include only small code snippets directly in this issue. -->
31
+ <!-- If your issue is caused by a plugin or loader, please create an issue in the corresponding repository instead. -->
33
32
34
- ### Please paste the results of ` npx webpack-cli info ` here, and mention other relevant information
33
+ ### Please paste the results of ` npx webpack-cli info ` here, and mention other relevant information.
0 commit comments