|
1 |
| -## BEFORE YOU SUBMIT, please read the following: |
2 |
| -If you have a support request or question please |
3 |
| -submit them to [StackOverflow](http://stackoverflow.com/questions/tagged/webpack) using the tag `[webpack]` or the [webpack Gitter](https://gitter.im/webpack/webpack). Future support requests will be closed. |
4 |
| -(remove this from issue) |
| 1 | +<!-- Before creating an issue please make sure you are using the latest version of webpack-dev-server and webpack. --> |
5 | 2 |
|
| 3 | +**Do you want to request a *feature* or report a *bug*?** |
| 4 | +<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). Questions will be closed. --> |
6 | 5 |
|
| 6 | +**What is the current behavior?** |
7 | 7 |
|
8 |
| -**I'm submitting a bug report** |
9 |
| -**I'm submitting a feature request** |
10 |
| -**I'm submitting a support request** => Please do not submit support request here, see note at the top of this template. |
11 |
| -(remove inappropriate sentences) |
| 8 | +**If the current behavior is a bug, please provide the steps to reproduce.** |
| 9 | +<!-- A great way to do this is to provide your configuration via a GitHub gist. --> |
12 | 10 |
|
| 11 | +**What is the expected behavior?** |
13 | 12 |
|
14 |
| -**webpack and webpack-dev-server version:** |
15 |
| -webpack: 1.10.x/2.x |
16 |
| -webpack-dev-server: 1.x/2.x |
| 13 | +**If this is a feature request, what is motivation or use case for changing the behavior?** |
17 | 14 |
|
18 |
| - |
19 |
| -**Please tell us about your environment:** |
20 |
| -OSX 10.x / Linux / Windows 10 |
21 |
| -Docker / Vagrant |
22 |
| -Running server via CLI / Node.js API |
23 |
| - |
24 |
| - |
25 |
| -**Current behavior:** |
26 |
| - |
27 |
| - |
28 |
| -**Expected/desired behavior:** |
29 |
| - |
30 |
| - |
31 |
| -* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem along with a gist/jsbin of your webpack configuration. Be sure to specify how you are running the server.** |
32 |
| - |
33 |
| - |
34 |
| -* **What is the expected behavior?** |
35 |
| - |
36 |
| - |
37 |
| -* **What is the motivation / use case for changing the behavior?** |
38 |
| - |
39 |
| - |
| 15 | +**Please mention your webpack and Operating System version.** |
0 commit comments