protobuf.js version: 6.7.3
Actual behavior
When generating static code with es6 wrapping like so:
$pbjs -w es6 -t static-module message.proto > message.js
The message.js script imports protobufjs:
import * as $protobuf from "protobufjs";
Expected behavior
The message.js script should import protobufjs/minimal, isn't it?
protobuf.js version: 6.7.3
Actual behavior
When generating static code with
es6wrapping like so:The
message.jsscript importsprotobufjs:Expected behavior
The
message.jsscript should importprotobufjs/minimal, isn't it?