File tree 3 files changed +76
-0
lines changed
3 files changed +76
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+
5
+ ---
6
+
7
+ <!-- Please don't delete this template or we'll close your issue -->
8
+ <!-- Before creating an issue please make sure you are using the latest version of webpack. -->
9
+
10
+ # Bug report
11
+
12
+ <!-- Please ask questions on StackOverflow or the webpack Gitter. -->
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. -->
16
+
17
+ ** What is the current behavior?**
18
+
19
+
20
+ ** If the current behavior is a bug, please provide the steps to reproduce.**
21
+
22
+
23
+ <!-- A great way to do this is to provide your configuration via a GitHub repo. -->
24
+ <!-- Best provide a minimal reproduceable repo with instructions -->
25
+ <!-- Repos with too many files or long configs are not suitable -->
26
+ <!-- Please only add small snippets of code directly into the issue -->
27
+ <!-- https://gist.github.com is a good place for longer code snippets -->
28
+ <!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo instead. -->
29
+
30
+ ** What is the expected behavior?**
31
+
32
+
33
+ <!-- "It should work" is not a good explaination -->
34
+ <!-- Explain how exactly you expecting it to behave -->
35
+
36
+ ** Other relevant information:**
37
+ webpack version:
38
+ Node.js version:
39
+ Operating System:
40
+ Additional tools:
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Other
3
+ about : Something else
4
+
5
+ ---
6
+
7
+ <!-- Bug reports and Feature requests must use other templates, or will be closed -->
8
+ <!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->
9
+ <!-- Issues which contain questions or support requests will be closed. -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+
5
+ ---
6
+
7
+ <!-- Please don't delete this template or we'll close your issue -->
8
+
9
+ ## Feature request
10
+
11
+ <!-- Issues which contain questions or support requests will be closed. -->
12
+ <!-- Before creating an issue please make sure you are using the latest version of webpack. -->
13
+ <!-- Check if this feature need to be implemented in a plugin or loader instead -->
14
+ <!-- If yes: file the issue on the plugin/loader repo -->
15
+ <!-- Features related to the development server should be filed on this repo instead -->
16
+
17
+ ** What is the expected behavior?**
18
+
19
+
20
+ ** What is motivation or use case for adding/changing the behavior?**
21
+
22
+
23
+ ** How should this be implemented in your opinion?**
24
+
25
+
26
+ ** Are you willing to work on this yourself?**
27
+ yes
You can’t perform that action at this time.
0 commit comments