We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing a framework like Primer.css fails with
Cannot create property 'importer' on string 'index.scss'
This has been fixed upstream in Parcel 2.10.0: parcel-bundler/parcel#9256
Latest
MacOSX
Chrome, Microsoft Edge
TypeError: Cannot create property 'importer' on string 'index.scss' at loadConfig (.../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@parcel/transformer-sass/lib/SassTransformer.js:67:29) at async loadPluginConfig (.../node_modules/.pnpm/@[email protected]/node_modules/@parcel/core/lib/requests/ConfigRequest.js:52:21) at async Transformation.loadTransformerConfig (.../node_modules/.pnpm/@[email protected]/node_modules/@parcel/core/lib/Transformation.js:488:5) at async Transformation.loadPipeline (.../node_modules/.pnpm/@[email protected]/node_modules/@parcel/core/lib/Transformation.js:440:20) at async Transformation.run (.../node_modules/.pnpm/@[email protected]/node_modules/@parcel/core/lib/Transformation.js:146:20) at async Child.handleRequest (.../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@parcel/workers/lib/child.js:193:9)
The text was updated successfully, but these errors were encountered:
Thanks for the flag @joshuawalker - we should def upgrade to the latest Parcel upstream!
Sorry, something went wrong.
No branches or pull requests
What happened?
Importing a framework like Primer.css fails with
This has been fixed upstream in Parcel 2.10.0: parcel-bundler/parcel#9256
Version
Latest
What OS are you seeing the problem on?
MacOSX
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Relevant log output
(OPTIONAL) Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: