This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85230c9
commit 3981acc
Showing
16 changed files
with
4,238 additions
and
4,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,16 @@ | ||
<!-- | ||
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: | ||
* file-loader Version: | ||
|
||
<!-- Please place an x (no spaces!) in all [ ] that apply --> | ||
|
||
This issue is for a: | ||
|
||
- [ ] **bug** | ||
- [ ] **feature** request | ||
- [ ] **modification** request | ||
|
||
### Code | ||
|
||
##### CLI Command | ||
|
||
```bash | ||
# paste the CLI command you're using. if this isn't applicable, it's safe to remove. | ||
$ {the command} | ||
``` | ||
##### webpack.config.js | ||
Hey there! | ||
```js | ||
// If your bitchin' code blocks are over 20 lines, please paste a link to a gist | ||
// (https://gist.github.com). | ||
``` | ||
You arrived at this template because you felt none of the other options | ||
matched the kind of issue you'd like to report. Please use this opportunity to | ||
tell us about your particular type of issue so we can try to accomodate | ||
similar issues in the future. | ||
```js | ||
// additional code, HEY YO remove this block if you don't need it | ||
``` | ||
|
||
### 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. --> | ||
|
||
### 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. | ||
PLEASE do note, if you're using this to report an issue already covered by the | ||
existing template types, your issue may be closed as invalid. Our issue | ||
templates contain fields that help us help you, and without that important | ||
info, we might as well be ice-skating uphill, carrying a wooly mammoth. | ||
--> | ||
|
||
### New Feature Use Case | ||
|
||
<!-- Remove this section if not requesting a feature --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
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: | ||
* file-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 bitchin' 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. | ||
--> |
Oops, something went wrong.