Alex
Alex
I dont' really know, there is probably webpack (or something else) that is watching for changes and grabs changed sources, maybe watching for changes in node_modules somewhat limited, for example.
> What about the package.json, maybe I must change something in that I don't think so. You should understand the whole chain of tooling here, then you will be able...
> Let's say I have two packages A and B. B depends on A. I use yalc to add A to B, will yalc resolve A's dependencies into B's node_modules...
I'm using `pnpm` for most of my projects, have no problems with the workflow, recently I published the version that supports `workspace:` resolution. See the changelog and readme. @dkebler so...
I wan't to give a `docker` folder have a `docker` icon (which is a file icon), so I do: ```json "vsicons.associations.folders": [ { "icon": "docker", "extensions": ["docker"], "format": "svg" }...
> The thing is that you can only assign file icons to files and folder icons to folders. You cannot use file icons for folders. Woldn't it be useful to...
> It's nice to have but out of the current scope. Ok, I hope this will be made eventually. I just think there should one list of icons, and a...
`resolve` definitely does not mimic `require.resolve` behavior in terms of `paths` option. In `require.resolve` it works as multiple `basedir`. But also require includes there dirs from `NODE_PATH` which is rarely...
@evilebottnawi not possible yet?
I think it is quite a severe regression btw. For now I prefer just to downgrade https://github.com/brunocodutra/webapp-webpack-plugin @brunocodutra