Noah
Noah
The article is a bit outdated. > 1. You type a function, not its arguments In React, a function component is not just a function which returns JSX children. It...
> Main blocker in here is yarn's pnp resolution relies on its generated resolver in js, which swc's host cannot resolve by running it. Yarn supports a JSON data file....
It's opt-in. You have to set `pnpEnableInlining` to false to generate the json file: https://yarnpkg.com/configuration/yarnrc#pnpEnableInlining
@markwoon's suggestion for a normalize path callback would be great. This is what it looks like for me at the moment, the names are not useful. With yarn 2 (pnp):...
It should have deployed with that Feb 20th commit. Something is broken in the website deploy, I'll take a look.
Looks like the same underlying problem as https://github.com/yarnpkg/yarn/issues/6946
The yvm project has been deprecated in favour of corepack which is distributed with NodeJS v14+. This repository is being archived as part of general open source maintenance and cleanup...