There was an error while loading. Please reload this page.
1 parent 572cb62 commit 4e2569dCopy full SHA for 4e2569d
src/utils.js
@@ -80,12 +80,12 @@ function getSassImplementation(loaderContext, implementation) {
80
if (
81
!semver.satisfies(
82
version,
83
- "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
+ "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
84
)
85
) {
86
loaderContext.emitError(
87
new Error(
88
- `Node Sass version ${version} is incompatible with ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0.`
+ `Node Sass version ${version} is incompatible with ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0.`
89
90
);
91
}
0 commit comments