Skip to content

Commit 8a42e76

Browse files
author
Gerald Yeo
committed
chore: upgrade deps
1 parent f3aae5e commit 8a42e76

3 files changed

Lines changed: 4851 additions & 4255 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ As such, you can use this to omit it in other runs.
1919

2020
Install the library via:
2121

22-
```
23-
$ npm install filter-chunk-webpack-plugin --save-dev
22+
```bash
23+
npm install filter-chunk-webpack-plugin --save-dev
2424
```
2525

2626
### Tested Versions
@@ -79,14 +79,14 @@ const webpackConfig = {
7979

8080
This should generate files like
8181

82-
```
82+
```text
8383
assets/app.12ab3c.js
8484
assets/css/css.98a5a.css
8585
```
8686

8787
but not
8888

89-
```
89+
```text
9090
assets/images/a5b912cd3.svg
9191
```
9292

@@ -108,7 +108,7 @@ For more information, check out the [usage.spec.js](./src/usage.spec.js).
108108
[circle-badge]: https://img.shields.io/circleci/project/github/yeojz/filter-chunk-webpack-plugin/master.svg?style=flat-square
109109
[circle-link]: https://circleci.com/gh/yeojz/filter-chunk-webpack-plugin
110110
[multimatch-package]: https://github.com/sindresorhus/multimatch
111-
[pr-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
111+
[pr-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&longCache=true
112112
[pr-welcome-link]: https://github.com/yeojz/filter-chunk-webpack-plugin/blob/master/CONTRIBUTING.md
113113
[codecov-badge]: https://img.shields.io/codecov/c/github/yeojz/filter-chunk-webpack-plugin/master.svg?style=flat-square
114114
[codecov-link]: https://codecov.io/gh/yeojz/filter-chunk-webpack-plugin

0 commit comments

Comments
 (0)