yarinsa

Results 52 comments of yarinsa

> @BirkhoffLee I reproduced your case, and it indeed reached heap limit when run in Docker. But the problem is, you should not add `-r` option as you're not in...

@thynson Alright we got some progress. Working under the /app scope all the time did work. But now we have another issue which is this: https://github.com/pnpm/pnpm/issues/6269 When running next build,...

I would join to @squidjam Storybook is sitting "on top" of a project. Ideally it will blend into its build process so anything configured in the bundle like aliases, plugins...

@IanVS Simplest example, aliases. react-refresh plugin...

@happyyangyuan I saw that they added "authHeader" hook on their plugins api. So you can customize the behavior of accessing private registry

Hey having the same issue and figured it could be a nice contribution to turbo. [See my issue](https://github.com/vercel/turbo/issues/2606) which was resolved by #2211 . I think that the expected logic...

> @yarinsa it looks great but ideally this logic should be supported on all lockfiles, not only yarn. We for example just use npm workspaces so package-lock.json support would be...

@giovanijfc Thanks! You resolved my issue,

@Sqrrl I finally got into this contribution. 1. Cloned the repo 2. Ran yarn install 3. Ran `start` in the addon directory 4. Ran start in the demo directory Got:...