@@ -3,44 +3,33 @@ name: 🐛 Bug Report
3
3
about : Something went awry and you'd like to tell us about it.
4
4
---
5
5
6
- <!--
7
- Issues are so 🔥
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. -->
8
8
9
- If you remove or skip this template, you'll make the 🐼 sad and the mighty god
10
- of Github will appear and pile-drive the close button from a great height
11
- while making animal noises.
9
+ ### Bug report
12
10
13
- 👉🏽 Need support, advice, or help? Don't open an issue!
14
- Head to StackOverflow or https://gitter.im/webpack/webpack.
15
- -->
16
-
17
- ### Please paste the results of ` npx webpack info ` here, and mention other relevant information
18
-
19
- ### Expected Behavior
20
-
21
- <!-- Remove this section if not reporting a bug or modification request. -->
11
+ <!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
12
+ <!-- https://github.com/webpack/webpack/discussions -->
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. -->
22
16
23
17
### Actual Behavior
24
18
25
- <!-- Remove this section if not reporting a bug or modification request. -->
26
-
27
- ### Code
19
+ <!-- Explain exactly how it behave -->
28
20
29
- ``` js
30
- // webpack.config.js
31
- // If your code blocks are over 20 lines, please paste a link to a gist
32
- // (https://gist.github.com).
33
- ```
21
+ ### Expected Behavior
34
22
35
- ``` js
36
- // additional code, HEY YO remove this block if you don't need it
37
- ```
23
+ <!-- "It should work" is not a helpful explanation -->
24
+ <!-- Explain exactly how it should behave -->
38
25
39
26
### How Do We Reproduce?
40
27
41
- <!--
42
- Remove this section if not reporting a bug.
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 -->
43
34
44
- If your webpack config is over 50 lines long, please provide a URL to a repo
45
- for your beefy 🍖 app that we can use to reproduce.
46
- -->
35
+ ### Please paste the results of ` npx webpack-cli info ` here, and mention other relevant information
0 commit comments