We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70af3eb commit 53cb69eCopy full SHA for 53cb69e
.gitignore
@@ -294,6 +294,9 @@ __pycache__/
294
.ionide
295
.ignored
296
297
+# yarn
298
+.yarn/
299
+
300
# opam local switch
301
_opam/
302
.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
package.json
@@ -48,5 +48,6 @@
48
"webpack": "5.91.0",
49
"webpack-cli": "5.1.0",
50
"webpack-dev-server": "5.0.2"
51
- }
+ },
52
+ "packageManager": "yarn@4.2.2"
53
}
0 commit comments