Kirill Zaytsev

Results 3 issues of Kirill Zaytsev

**What kind of change does this PR introduce?** Fixes eager consumption of shared dependencies. Full description is in this discussion: https://github.com/webpack/webpack/discussions/18001#discussioncomment-8381548 **Did you add tests for your changes?** No, the...

PR: reviewed-approved

Hello! I've noticed that this package uses https://www.npmjs.com/package/less for less file compilation. Also, compileStyle util doesn't support imports like ``` @import '~@pkg/path/to/stylesheet.less' ``` out of the box. I'd like to...

Hello! I have in my postgres DB table with 1 serial column (id) and not able to insert a row into this table in my test. I could insert a...