Skip to content

Commit b3bd3a2

Browse files
committed
build: disable reexportProtoFromExternal in rollup config
1 parent a24809f commit b3bd3a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rollup.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ function createConfig(format, output, plugins = []) {
143143
}
144144
output.sourcemap = !!process.env.SOURCE_MAP
145145
output.externalLiveBindings = false
146+
// https://github.com/rollup/rollup/pull/5380
147+
output.reexportProtoFromExternal = false
146148

147149
if (isGlobalBuild) {
148150
output.name = packageOptions.name

0 commit comments

Comments
 (0)