Closed jamesnw closed 8 months ago
Addresses #2178. This allows Sass in ESM to throw with the correct error message regarding needing to set an entry point directory, instead of throwing with reading "filename" of undefined.
reading "filename" of undefined
For reasons not yet clear, this seems to be breaking the existing CommonJS functionality. Fixed.
Superceded by #2181
Addresses #2178. This allows Sass in ESM to throw with the correct error message regarding needing to set an entry point directory, instead of throwing with
reading "filename" of undefined
.