grpc-node
grpc-node copied to clipboard
include `.map` files in proto-loader npm package
This PR updates proto-loader package.json to include .js.map files.
Fixes #2170
Looking at this again, I notice that build/bin/proto-loader-gen-types.js also has a sourceMappingURL comment, so you should also update line 42.
Looking at this again, I notice that
build/bin/proto-loader-gen-types.jsalso has asourceMappingURLcomment, so you should also update line 42.
Fixed by 924fb9a