@@ -3,32 +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 or StackOverflow . -->
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- <!-- Issues which contain questions or support requests will be closed. -->
14+ <!-- Issues that contain questions or support requests will be closed. -->
1515
1616### Actual Behavior
1717
18- <!-- Explain exactly how it behave -->
18+ <!-- Explain exactly how it behaves. -->
1919
2020### Expected Behavior
2121
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. -->
2424
2525### How Do We Reproduce?
2626
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. -->
3332
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