Skip to content

Commit f9cc595

Browse files
committed
fix: allow higher versions of peer dependency postcss-loader
1 parent 78004eb commit f9cc595

File tree

3 files changed

+2500
-2386
lines changed

3 files changed

+2500
-2386
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Preprocessor Support: All - works with sass, less, stylus, postcss, vanilla css,
1818
This plugin requires:
1919
+ webpack 3.x or higher
2020
+ postcss-loader 2.x or higher
21-
+ node 6 or higher
2221
+ css-loader 3.x or higher
22+
+ node 10 or higher
2323

2424
## Installation
2525

2626
```bash
27-
npm i --save-dev postcss-loader
27+
npm i --save-dev postcss-loader webpack css-loader
2828
npm i --save-dev iconfont-webpack-plugin
2929
```
3030

0 commit comments

Comments
 (0)