Open escholtz opened 8 years ago
Might be my local webpack config but I needed to remove the proto! from the README line: var protoDefinition = require('proto!./message.proto');
proto!
var protoDefinition = require('proto!./message.proto');
Might be my local webpack config but I needed to remove the
proto!
from the README line:var protoDefinition = require('proto!./message.proto');