1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
---
name: 🐛 Bug Report
about: Something went awry and you'd like to tell us about it.
---
<!--
Issues are so 🔥
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
of Github will appear and pile-drive the close button from a great height
while making animal noises.
👉🏽 Need support, advice, or help? Don't open an issue!
Head to StackOverflow or https://gitter.im/webpack/webpack.
-->
- Operating System:
- Node Version:
- NPM Version:
- webpack Version:
- url-loader Version:
### Expected Behavior
<!-- Remove this section if not reporting a bug or modification request. -->
### Actual Behavior
<!-- Remove this section if not reporting a bug or modification request. -->
### Code
```js
// webpack.config.js
// If your code blocks are over 20 lines, please paste a link to a gist
// (https://gist.github.com).
```
```js
// additional code, HEY YO remove this block if you don't need it
```
### How Do We Reproduce?
<!--
Remove this section if not reporting a bug.
If your webpack config is over 50 lines long, please provide a URL to a repo
for your beefy 🍖 app that we can use to reproduce.
-->
|