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 158
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
16bc97c
commit c2d7b73
Showing
26 changed files
with
5,142 additions
and
5,453 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,7 +1,16 @@ | ||
<!-- | ||
1. Check the version of package you are using. If it's not the newest version, update and try again (see changelog while updating!). | ||
2. If the issue is still there, write a minimal project showing the problem and expected output. | ||
3. Link to the project and mention Node version and OS in your report. | ||
👉🏽 Need support, advice, or help? Don't open an issue! | ||
Head to StackOverflow or https://gitter.im/webpack/webpack. | ||
**IMPORTANT! You should use [Stack Overflow](https://stackoverflow.com/) for support related questions.** | ||
Hey there! | ||
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. | ||
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. | ||
--> |
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: | ||
* 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 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. | ||
--> |
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,30 @@ | ||
--- | ||
name: 📚 Documentation | ||
about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here. | ||
|
||
--- | ||
|
||
<!-- | ||
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. | ||
--> | ||
|
||
Documentation Is: | ||
|
||
<!-- Please place an x (no spaces!) in all [ ] that apply --> | ||
|
||
- [ ] Missing | ||
- [ ] Needed | ||
- [ ] Confusing | ||
- [ ] Not Sure? | ||
|
||
### Please Explain in Detail... | ||
|
||
|
||
### Your Proposal for Changes |
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,28 @@ | ||
--- | ||
name: ✨ Feature Request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- | ||
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: | ||
|
||
### Feature Proposal | ||
|
||
|
||
|
||
### Feature Use Case |
Oops, something went wrong.