Dávid Bojnanský
Dávid Bojnanský
There can be also `imports` field in `package.json` which can be used for mappings. ```json "imports": { "#abc/*": "./abc/out/*" } ``` ```js import x from '#abc/file' ```
There can be also `imports` field in `package.json` which can be used for mappings. ```json "imports": { "#abc/*": "./abc/out/*" } ``` ```js require('#abc/file') ```
@phated Sorry, I just didn'ť mentioned that it is about filename. If I create `gulpfile.cjs` it isn't taken into account as `gulpfile.js` is. Of course, if I specify it explicitly...
Yeah, it makes sense to make a CLI app beside. Good thing could be also, if you can make a document where you specify a `.greenshot` file format so then...
Hello, I am not sure whether I had an issue related exactly to this one but I started to use **pnpm workspaces** and when I installed all packages in monorepo...
> so like @david-bojnansky i tried to start a `pnpm-workspace` project. and running into the exact same issue. > > although i was not able to resolve it like he...