dillon1000/react

Commit

[compiler:playground] Fix broken builds

Now that the compiler is public, the `*` version was grabbing the latest
version of the compiler off of npm and was resolving to my very first
push to npm (an empty package containing only a single package.json).
This was breaking the playground as it would attempt to load the
compiler but then crash the babel pipeline due to the node module not
being found.

ghstack-source-id: 695fd9caac64d15edfa095b8c871e75520381fcb
Pull Request resolved: https://github.com/facebook/react/pull/29122
Browse files
Changed paths3 files
First-parent comparison
M compiler/apps/playground/package.json ModifiedM compiler/packages/snap/package.json ModifiedM compiler/yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…