We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48ced8 commit b4e8a74Copy full SHA for b4e8a74
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.63.6
2
+
3
+### JavaScript API
4
5
+* Fix `import sass from 'sass'` again after it was broken in the last release.
6
7
## 1.63.5
8
9
### JavaScript API
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
-version: 1.63.5
+version: 1.63.6-dev
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass
tool/grind.dart
@@ -276,7 +276,7 @@ function defaultExportDeprecation() {
276
buffer.write("""
277
get $export() {
278
defaultExportDeprecation();
279
- return _cliPkgExports.$export;
+ return cjs.$export;
280
},
281
""");
282
}
0 commit comments