We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7e8bc6 + 7020273 commit 2298b07Copy full SHA for 2298b07
5 files changed
.gitignore
@@ -11,3 +11,12 @@ lib
11
12
# Local Netlify folder
13
.netlify
14
+
15
+# Yarn
16
+.pnp.*
17
+.yarn/*
18
+!.yarn/patches
19
+!.yarn/plugins
20
+!.yarn/releases
21
+!.yarn/sdks
22
+!.yarn/versions
.yarn/releases/yarn-4.12.0.cjs
.yarnrc.yml
@@ -0,0 +1,3 @@
1
+nodeLinker: node-modules
2
3
+yarnPath: .yarn/releases/yarn-4.12.0.cjs
package.json
@@ -47,7 +47,8 @@
47
"node": ">= 18"
48
},
49
"resolutions": {
50
- "rollup": "npm:@rollup/wasm-node"
+ "rollup": "npm:@rollup/wasm-node@*"
51
52
- "type": "module"
+ "type": "module",
53
+ "packageManager": "yarn@4.12.0"
54
}
0 commit comments