Results 165 comments of Daniel

Same issue even with your lockfile 🤨 this is peak weird. Do you think it'd be more helpful if I tried to dig into the actual issue or created a...

WAIT, you don't happen to get a node_modules folder for some reason? Can you set `nodeLinker: pnp` in your `.yarnrc.yml` to force yarn to use pnp?

Niiice! I could have been clearer with this choice in my initial bug report, sorry for that. What I've figured out so far is that 1. This is from where...

Uh-oh… Is it possible that someone is using some home-brewed module resolution which doesn't speak yarn? @birkskyum any idea if this could be the culprit?

Also when setting `ssr: false` no index.html is emitted, probably due to this issue?

> but it seems that part of the issue was fixed in 1.4? No, not this exact issue, the reproduction link above runs 1.4 > And that this is related...

@rin67630 Hey, FYI, I mentioned a couple of sources and versions in my nodejs library for these converters https://github.com/danieltroger/dcdc-lib

Also suffering from this issue, albeit not when using bootstrap. I'm building a library that exports both SCSS and a pre-built, plan CSS version of said SCSS. Now for some...

Still reproducible: ``` daniel@Big-Speed parcel % yarn parcel build src/index.html 🚨 Build failed. @parcel/transformer-sass: Cannot create property 'importer' on string 'scss/bootstrap.scss' TypeError: Cannot create property 'importer' on string 'scss/bootstrap.scss' at...

I'm still seeing this every now and then, don't think it has been resolved