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 83e618f commit 46d3910Copy full SHA for 46d3910
scripts/dev.js
@@ -92,7 +92,7 @@ const plugins = [
92
}
93
]
94
95
-if (format === 'cjs' || pkg.buildOptions?.enableNonBrowserBranches) {
+if (format !== 'cjs' && pkg.buildOptions?.enableNonBrowserBranches) {
96
plugins.push(polyfillNode())
97
98
0 commit comments