We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43243b commit adecd54Copy full SHA for adecd54
1 file changed
cli/targets/json-module.js
@@ -19,7 +19,7 @@ function json_module(root, options, callback) {
19
}
20
var json = util.jsonSafeProp(JSON.stringify(root.nested, null, 2).trim());
21
output.push(".addJSON(" + json + ");");
22
- output = util.wrap(output.join(""), protobuf.util.merge({ dependency: "protobufjs/minimal" }, options));
+ output = util.wrap(output.join(""), protobuf.util.merge({ dependency: "protobufjs/light" }, options));
23
process.nextTick(function() {
24
callback(null, output);
25
});
0 commit comments