You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: `Whether to use the experimental js implementation for the ZipFS`,
128
+
type: SettingsType.STRING,
129
+
values: [
130
+
`libzip`,
131
+
`js`,
132
+
],
133
+
default: `libzip`,
134
+
},
118
135
pnpEnableEsmLoader: {
119
136
description: `If true, Yarn will generate an ESM loader (\`.pnp.loader.mjs\`). If this is not explicitly set Yarn tries to automatically detect whether ESM support is required.`,
0 commit comments