|
1 |
| -<!-- Before creating an issue please make sure you are using the latest version of webpack-dev-server and webpack. --> |
| 1 | +> **Please note that this template is not optional.** If you proceed with this form, |
| 2 | +please fill out _all_ fields, or your issue may be closed as "invalid." |
| 3 | +Please do not delete this template. Please ask questions on StackOverflow or the |
| 4 | +webpack Gitter (https://gitter.im/webpack/webpack). _General questions, how-to |
| 5 | +questions, and support requests will be closed._ |
| 6 | +**Please do remove this header to acknowledge this message.** |
2 | 7 |
|
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. --> |
| 8 | +* Operating System: |
| 9 | +* Node Version: |
| 10 | +* NPM Version: |
| 11 | +* webpack Version: |
| 12 | +* webpack-dev-server Version: |
5 | 13 |
|
6 |
| -**What is the current behavior?** |
| 14 | +<!-- Please place an x, no spaces, in all [ ] that apply --> |
7 | 15 |
|
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. --> |
| 16 | +- [ ] This is a **feature** request |
| 17 | +- [ ] This is a **bug** |
10 | 18 |
|
11 |
| -**What is the expected behavior?** |
| 19 | +### Code |
12 | 20 |
|
13 |
| -**If this is a feature request, what is motivation or use case for changing the behavior?** |
| 21 | +<!-- |
| 22 | + If you have a large amount of code to share which demonstrates the problem |
| 23 | + you're experiencing, or your webpack config is very large, please provide a link |
| 24 | + to your repository rather than pasting code. We'd also encourage you to use a |
| 25 | + Github Gist link instead of pasting code. Otherwise, please paste relevant |
| 26 | + short snippets below. |
| 27 | +
|
| 28 | + For bugs, please do consider providing a link to a stripped-down, bare-bones |
| 29 | + repo that can reproduce the problem you're experiencing. Many times, bugs |
| 30 | + aren't actual bugs, but rather specific issues with loaders, plugins, or |
| 31 | + an environment/OS. Problems with complicated or large applications will almost |
| 32 | + always require this to be triaged. |
| 33 | +--> |
| 34 | + |
| 35 | +```js |
| 36 | + // webpack.config.js |
| 37 | +``` |
| 38 | + |
| 39 | +```js |
| 40 | + // additional code, remove if not needed. |
| 41 | +``` |
| 42 | + |
| 43 | +### Expected Behavior |
| 44 | + |
| 45 | +### Actual Behavior |
| 46 | + |
| 47 | +### For Bugs; How can we reproduce the behavior? |
| 48 | + |
| 49 | +### For Features; What is the motivation and/or use-case for the feature? |
14 | 50 |
|
15 |
| -**Please mention your webpack and Operating System version.** |
|
0 commit comments