Niklas Mischkulnig
Niklas Mischkulnig
@DustInComp Which OS, Node and npm version are you using?
That should be finnaly fixed now with https://github.com/parcel-bundler/parcel/pull/9969, but only on nightly versions so far.
This shouldn't always happen for all users though, so probably behind an env variable?
Yes, that it true.
> I'm slightly worried that this might cause some unnecessary invalidations when new root params are added. AFAIU if the alias definition changes (because collected_root_params changes), we'll also have update...
This is caused by https://github.com/rust-lang/rust/issues/128738 / https://github.com/rust-lang/rust/pull/130268
The problem with this approach is that it only works for watch mode and only if you don't restart Parcel while there's a Sass error.