You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works fine in a CJS context, but the ESM build (sass.node.mjs) is missing the new NodePackageImporter class.
import { compile, NodePackageImporter } from 'sass';
^^^^^^^^^^^^^^^^^^^
SyntaxError: The requested module 'sass' does not provide an export named 'NodePackageImporter'
PR incoming...
The text was updated successfully, but these errors were encountered:
It works fine in a CJS context, but the ESM build (
sass.node.mjs
) is missing the newNodePackageImporter
class.PR incoming...
The text was updated successfully, but these errors were encountered: