-
-
Save cmd-johnson/3ae87baf4b063b0d75b7e1ba39e87424 to your computer and use it in GitHub Desktop.
yarnrc to get Remix working with yarn 2's PnP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarnPath: .yarn/releases/yarn-3.2.0-rc.8.cjs | |
packageExtensions: | |
"@remix-run/dev@*": | |
dependencies: | |
"@remix-run/serve": "*" | |
express: "*" | |
peerDependencies: | |
react: "*" | |
react-dom: "*" | |
"@remix-run/express@*": | |
peerDependencies: | |
react: "*" | |
react-dom: "*" | |
"@remix-run/node@*": | |
peerDependencies: | |
react: "*" | |
react-dom: "*" | |
"@remix-run/serve@*": | |
peerDependencies: | |
react: "*" | |
react-dom: "*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment