Skip to content

Commit

Permalink
Fix TypeError post Stylelint update
Browse files Browse the repository at this point in the history
`postcss-scss` expects `postcss@8`, this therefore caused the error `TypeError: Class extends value undefined is not a constructor or null` when running Stylelint

see: stylelint-scss/stylelint-config-standard-scss#5 (comment)
  • Loading branch information
naseberry committed Mar 30, 2022
1 parent 29ee3c2 commit 4a21ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"jquery-xpath": "^0.3.1",
"jquery.iframe-transport": "^1.0.0",
"jsrender": "^1.0.11",
"postcss": "^8.4.12",
"stickyfilljs": "^2.1.0",
"webpack-concat-plugin": "^3.0.0"
},
Expand Down

0 comments on commit 4a21ced

Please sign in to comment.