Skip to content

Commit

Permalink
yarn: Initial update to Yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bekriebel committed Jun 30, 2023
1 parent e7b4ad1 commit 2789bb7
Show file tree
Hide file tree
Showing 4 changed files with 888 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
dist/
node_modules/
*.log

# Yarn 3 ignores
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.0.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"webpack": "^5.80.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 2789bb7

Please sign in to comment.