UNPKG

1.17 kBMarkdownView Raw
1---
2name: 🐛 Bug Report
3about: Something went awry and you'd like to tell us about it.
4---
5
6<!--
7 Issues are so 🔥
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.
12
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- ${package} Version:
22
23### Expected Behavior
24
25<!-- Remove this section if not reporting a bug or modification request. -->
26
27### Actual Behavior
28
29<!-- Remove this section if not reporting a bug or modification request. -->
30
31### Code
32
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```
38
39```js
40// additional code, HEY YO remove this block if you don't need it
41```
42
43### How Do We Reproduce?
44
45<!--
46 Remove this section if not reporting a bug.
47
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-->