-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(na): first changes to apply new defaults * chore(na): apply fix to less version * test(na): fix jest tests * chore(na): update less to last version
- Loading branch information
1 parent
a9ca4b0
commit dbff214
Showing
16 changed files
with
8,370 additions
and
8,988 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: | ||
* less-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 | ||
|
||
```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 | ||
``` | ||
|
||
### 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. | ||
--> | ||
Hey there! | ||
### New Feature Use Case | ||
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. | ||
<!-- Remove this section if not requesting a feature --> | ||
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: | ||
* less-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.