Zachary Lowden
Zachary Lowden
I also had this issue, I resolved it by changing my webpack rule from: ``` rules: [ { test: /\.ejs$/, use: 'ejs-compiled-loader' }] ``` to: ``` rules: [ { test:...
> I also had this issue, but It can't be solved by the above method, So someone can help me, thank you. Can you share your ejs webpack config rule?
Thanks for the quick response. That definitely helps. Based on what you said, I've modified my BUILD file to have this: ``` go_proto_compiler( name = "struct-transformer", options = [ "package=transform",...
I think I am closer to getting this working. In the `go_proto_compiler` rule for the protoc plugin I've set `valid_archive` to false and it now builds correctly. That being said,...
Ok, with that in mind then I don't think valid_archive should be false. When I remove valid_archive and try to compile `user_go_proto_transform`, I get the following error: ``` ERROR: /Users/zacharylowden/workspace/mobl-dev/packages/user-api/BUILD.bazel:65:17:...