@@ -3,48 +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
- - Operating System:
18
- - Node Version:
19
- - NPM Version:
20
- - webpack Version:
21
- - source-map-loader Version:
22
-
23
- ### Expected Behavior
24
-
25
- <!-- 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. -->
26
16
27
17
### Actual Behavior
28
18
29
- <!-- Remove this section if not reporting a bug or modification request. -->
30
-
31
- ### Code
19
+ <!-- Explain exactly how it behave -->
32
20
33
- ``` js
34
- // webpack.config.js
35
- // If your code blocks are over 20 lines, please paste a link to a gist
36
- // (https://gist.github.com).
37
- ```
21
+ ### Expected Behavior
38
22
39
- ``` js
40
- // additional code, HEY YO remove this block if you don't need it
41
- ```
23
+ <!-- "It should work" is not a helpful explanation -->
24
+ <!-- Explain exactly how it should behave -->
42
25
43
26
### How Do We Reproduce?
44
27
45
- <!--
46
- 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 -->
47
34
48
- If your webpack config is over 50 lines long, please provide a URL to a repo
49
- for your beefy 🍖 app that we can use to reproduce.
50
- -->
35
+ ### Please paste the results of ` npx webpack-cli info ` here, and mention other relevant information
0 commit comments