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
@bencergazda there was an undefined behavior bug related to the order of the extracted variables that in my tests appeared about once every 20 run (but this can be completely random). This is now fixed in 0.5.3, thank you for finding and reporting it!
It looks like sometimes the order of
@import
-s are changing randomly:The content of style.scss:
The content of _style1.scss:
The content of _style2.scss:
It should return 'OK' as the value of $value, but as it can be seen, _style2.scss gets loaded before _style1.scss in the second run.
(I'm not sure, whether this is an issue with sass-extract or sass-extract-loader. I used
sass-extract-loader
's "Basic" example)The text was updated successfully, but these errors were encountered: