Skip to content

Commit c33d3f6

Browse files
authored
Specify sass-loader major version in example (#1539)
v11 is not compatible with webpack v4
1 parent 567c9f0 commit c33d3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ The default templates comes with a `.css` file for each component. You can start
330330

331331
#### [SASS]
332332

333-
- `npm install --save-dev node-sass sass-loader` (inside your preact application folder)
333+
- `npm install --save-dev node-sass sass-loader@10` (inside your preact application folder)
334334
- start replacing `.css` files with `.scss` files
335335

336336
#### [LESS]

0 commit comments

Comments
 (0)