mirror of https://github.com/vuejs/core.git
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
145df431e7
|
@ -92,7 +92,7 @@ const plugins = [
|
|||
}
|
||||
]
|
||||
|
||||
if (format !== 'cjs' || pkg.buildOptions?.enableNonBrowserBranches) {
|
||||
if (format !== 'cjs' && pkg.buildOptions?.enableNonBrowserBranches) {
|
||||
plugins.push(polyfillNode())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue