@@ -3,33 +3,31 @@ name: 🐛 Bug Report
33about : Something went awry and you'd like to tell us about it.
44---
55
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. -->
88
99### Bug report
1010
11- <!-- Please ask questions on discussions, StackOverflow or the webpack Gitter . -->
11+ <!-- Please ask questions in Discussions or on Stack Overflow . -->
1212<!-- https://github.com/webpack/webpack/discussions -->
1313<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
14- <!-- https://gitter.im/webpack/webpack -->
15- <!-- Issues which contain questions or support requests will be closed. -->
14+ <!-- Issues that contain questions or support requests will be closed. -->
1615
1716### Actual Behavior
1817
19- <!-- Explain exactly how it behave -->
18+ <!-- Explain exactly how it behaves. -->
2019
2120### Expected Behavior
2221
23- <!-- "It should work" is not a helpful explanation -->
24- <!-- Explain exactly how it should behave -->
22+ <!-- "It should work" is not a helpful explanation. -->
23+ <!-- Explain exactly how it should behave. -->
2524
2625### How Do We Reproduce?
2726
28- <!-- A great way to do this is to provide your configuration via a GitHub repository -->
29- <!-- The most helpful is a minimal reproduction with instructions on how to reproduce -->
30- <!-- Repositories with too many files or large `webpack.config.js` files are not suitable -->
31- <!-- Please only add small code snippets directly into this issue -->
32- <!-- https://gist.github.com is a good place for longer code snippets -->
33- <!-- 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. -->
3432
35- ### 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