Skip to content

Commit

Permalink
chore(defaults): update (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jul 16, 2019
1 parent 4ad3373 commit 0bde50d
Show file tree
Hide file tree
Showing 143 changed files with 2,122 additions and 1,431 deletions.
5 changes: 3 additions & 2 deletions .eslintignore
@@ -1,5 +1,6 @@
/node_modules
/coverage
/dist
/node_modules
/test/fixtures
/test/cases/*/expected
/test/js
/test/manual
6 changes: 1 addition & 5 deletions .eslintrc.js
@@ -1,9 +1,5 @@
module.exports = {
root: true,
parser: 'babel-eslint',
plugins: ['prettier'],
extends: ['@webpack-contrib/eslint-config-webpack'],
rules: {
'prettier/prettier': ['error'],
},
extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
};
12 changes: 10 additions & 2 deletions .github/CONTRIBUTING.md
Expand Up @@ -140,13 +140,21 @@ module. Thankfully, Github provides a means to do this. Add a dependency to the
```json
{
"devDependencies": {
"${package}": "webpack-contrib/${package}#{id}/head"
"mini-css-extract-plugin": "webpack-contrib/mini-css-extract-plugin#{id}/head"
}
}
```

Where `{id}` is the # ID of your Pull Request.

## Contributor License Agreement

When submitting your contribution, a CLA (Contributor License Agreement) bot will come by to verify that you signed the [CLA](https://cla.js.foundation/webpack-contrib/mini-css-extract-plugin).
If it is your first time, it will link you to the right place to sign it.
However, if you have committed your contributions using an email that is not the same as your email used on GitHub, the CLA bot can't accept your contribution.

Run `git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).

## Thanks

For your interest, time, understanding, and for following this simple guide.
For your interest, time, understanding, and for following this simple guide.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
@@ -0,0 +1 @@
open_collective: webpack
21 changes: 10 additions & 11 deletions .github/ISSUE_TEMPLATE/BUG.md
@@ -1,7 +1,6 @@
---
name: 🐛 Bug Report
about: Something went awry and you'd like to tell us about it.

---

<!--
Expand All @@ -15,11 +14,11 @@ about: Something went awry and you'd like to tell us about it.
Head to StackOverflow or https://gitter.im/webpack/webpack.
-->

* Operating System:
* Node Version:
* NPM Version:
* webpack Version:
* mini-css-extract-plugin Version:
- Operating System:
- Node Version:
- NPM Version:
- webpack Version:
- mini-css-extract-plugin Version:

### Expected Behavior

Expand All @@ -32,13 +31,13 @@ about: Something went awry and you'd like to tell us about it.
### Code

```js
// webpack.config.js
// If your code blocks are over 20 lines, please paste a link to a gist
// (https://gist.github.com).
// 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
// additional code, HEY YO remove this block if you don't need it
```

### How Do We Reproduce?
Expand All @@ -48,4 +47,4 @@ about: Something went awry and you'd like to tell us about it.
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.
-->
-->
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/DOCS.md
@@ -1,7 +1,6 @@
---
name: 📚 Documentation
about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here.

---

<!--
Expand All @@ -26,5 +25,4 @@ Documentation Is:

### Please Explain in Detail...


### Your Proposal for Changes
### Your Proposal for Changes
15 changes: 6 additions & 9 deletions .github/ISSUE_TEMPLATE/FEATURE.md
@@ -1,7 +1,6 @@
---
name: ✨ Feature Request
about: Suggest an idea for this project

---

<!--
Expand All @@ -15,14 +14,12 @@ about: Suggest an idea for this project
Head to StackOverflow or https://gitter.im/webpack/webpack.
-->

* Operating System:
* Node Version:
* NPM Version:
* webpack Version:
* mini-css-extract-plugin Version:
- Operating System:
- Node Version:
- NPM Version:
- webpack Version:
- mini-css-extract-plugin Version:

### Feature Proposal



### Feature Use Case
### Feature Use Case
18 changes: 6 additions & 12 deletions .github/ISSUE_TEMPLATE/MODIFICATION.md
@@ -1,7 +1,6 @@
---
name: 🔧 Modification Request
about: Would you like something work differently? Have an alternative approach? This is the template for you.

---

<!--
Expand All @@ -15,19 +14,14 @@ about: Would you like something work differently? Have an alternative approach?
Head to StackOverflow or https://gitter.im/webpack/webpack.
-->

* Operating System:
* Node Version:
* NPM Version:
* webpack Version:
* mini-css-extract-plugin Version:

- Operating System:
- Node Version:
- NPM Version:
- webpack Version:
- mini-css-extract-plugin Version:

### Expected Behavior / Situation



### Actual Behavior / Situation



### Modification Proposal
### Modification Proposal
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/SUPPORT.md
@@ -1,9 +1,8 @@
---
name: 🆘 Support, Help, and Advice
about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to StackOverflow or https://gitter.im/webpack/webpack.

---

Hey there! If you need support, help, or advice then this is not the place to ask.
Please visit [StackOverflow](https://stackoverflow.com/questions/tagged/webpack)
or [the Webpack Gitter](https://gitter.im/webpack/webpack) instead.
or [the Webpack Gitter](https://gitter.im/webpack/webpack) instead.
7 changes: 7 additions & 0 deletions .prettierignore
@@ -0,0 +1,7 @@
/coverage
/dist
/node_modules
/test/fixtures
/test/cases/*/expected
/test/js
CHANGELOG.md
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -349,8 +349,8 @@ With the `moduleFilename` option you can use chunk data to customize the filenam

```javascript
const miniCssExtractPlugin = new MiniCssExtractPlugin({
moduleFilename: ({ name }) => `${name.replace('/js/', '/css/')}.css`
})
moduleFilename: ({ name }) => `${name.replace('/js/', '/css/')}.css`,
});
```

#### Long Term Caching
Expand Down
6 changes: 2 additions & 4 deletions lint-staged.config.js
@@ -1,6 +1,4 @@
module.exports = {
ignore: ['package-lock.json'],
linters: {
'*.js': ['eslint --fix', 'git add'],
},
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
};

0 comments on commit 0bde50d

Please sign in to comment.