nchanged
nchanged
@zeniroy I don't this has been ported to v4. Feel free to make a PR!
Should consider `resources` field too.
Add link configuration, There is a bug where it prioritizes it's local config over the global one
sourcemap.vendor = true I think it should be like that
@SassNinja could you take a look at this functionality? It should be a few lines of code.
Yeah, sure. The original code: ``` const foo = "bar"; if( "a" === "a"){ console.log("yes"); else { console.log("no"); } const bar = "oi"; ``` after the transformation: ``` const foo...
@dsherret ``` (property) trimLeadingIndentation: boolean Argument of type '{ trimLeadingIndentation: boolean; }' is not assignable to parameter of type 'boolean'.ts(2345) ``` Getting this typing error, and formatting isn't fixed ;-(
@dsherret that's better. But how to handle this situation? ``` if (1 > 2) alert(1) else alert(2) ``` `getChildSyntaxListOrThrow` throws an exception... UPD. @dsherret here is how I solved it....
Hi, please check if fusebox is installed at all. npm might have glitched out
Well it kind of makes a hint that you are missing a JSON plugin Add it to the chain