mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Use the new import name for the ESM default export (#2026)
Closes #2024
This commit is contained in:
parent
a48ced8ec9
commit
b4e8a74a50
@ -1,3 +1,9 @@
|
||||
## 1.63.6
|
||||
|
||||
### JavaScript API
|
||||
|
||||
* Fix `import sass from 'sass'` again after it was broken in the last release.
|
||||
|
||||
## 1.63.5
|
||||
|
||||
### JavaScript API
|
||||
|
@ -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
|
||||
|
||||
|
@ -276,7 +276,7 @@ function defaultExportDeprecation() {
|
||||
buffer.write("""
|
||||
get $export() {
|
||||
defaultExportDeprecation();
|
||||
return _cliPkgExports.$export;
|
||||
return cjs.$export;
|
||||
},
|
||||
""");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user