Aleksandr 'Aux' Ivanov

Results 8 comments of Aleksandr 'Aux' Ivanov

I personally don't think that formatter should be removing unused imports. This requires understanding why import is there and how it is used. Also not all unused imports can be...

You can check my current setup here https://github.com/Auxx/angular2-ts-boilerplate/tree/glob (angular2-ts-boilerplate project, branch "glob").

Well, that didn't help at all, sadly. I'm still getting the same error.

OK, I think I know what is the root of the problem. I'm using Windows and path separator is "\" on Windows and it should be escaped or changed to...

I might make a fix for that this evening after work.

After some investigation I've found out that the issue is in LESS compiler - unless the string starts with a slash, it is always prepended with "./". I did not...

A bug was found in webpack/loader-utils after many hours of debugging :) An issue with a bug description and a link to pull request with a fix is [here](https://github.com/webpack/loader-utils/issues/19). @hannabasha...

`$ npx dprint check` and `$ npx dprint fmt` work here just fine, but that's only applicable to node/web devs.