Explorar o código

build: disable reexportProtoFromExternal in rollup config

Evan You %!s(int64=2) %!d(string=hai) anos
pai
achega
b3bd3a210a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rollup.config.js

+ 2 - 0
rollup.config.js

@@ -143,6 +143,8 @@ function createConfig(format, output, plugins = []) {
   }
   output.sourcemap = !!process.env.SOURCE_MAP
   output.externalLiveBindings = false
+  // https://github.com/rollup/rollup/pull/5380
+  output.reexportProtoFromExternal = false
 
   if (isGlobalBuild) {
     output.name = packageOptions.name