Andrey Osiyuk
Andrey Osiyuk
Thanks! Yes, I think it is possible. Maybe complete from `.bin` only if the command from yarn wasn't matched so we won't parse every time `.bin` directory.
@wbthomason can we merge it? Currently using ifplusor branch to work with vscode-neovim plugin.
I would suggest to use `pnpm` because of how dependencies installed in global folder and reused. btw `yarn` and `pnpm` is already comes with nodejs corepack so it is not...
Corepack is tool that manages package managers. Right now it is experimental tool and requires to be explicitly enabled (`corepack enable`). More info https://nodejs.org/api/corepack.html But if goal is to remove...
@sqal sure, here's diff. I'll try make PR ```diff diff --git a/lib/plugin.js b/lib/plugin.js index 3d275b9..452a4d1 100644 --- a/lib/plugin.js +++ b/lib/plugin.js @@ -70,8 +70,7 @@ class SVGSpritePlugin { .thisCompilation .tap(NAMESPACE, (compilation)...
Here #470 I posted diff that also adds webpack@5 support.
How can I help?
Yes, I do. But I can't see errors and warnings in the report, that has been generated with webpack. And if there were validation then I wouldn't install cli tool.
How to use linaria `css` api (not `styled`) with nextjs? It tries to inject files but got [nextjs error](https://github.com/vercel/next.js/blob/master/errors/css-global.md)
@jayu I'll try to do this week