grpc-loader

JSON →
library 2.0.1 ·javascript maintenance
verified Jun 7, 2026

Webpack loader that converts .proto files into autogenerated JavaScript files for use with gRPC. Version 2.0.1 is the latest stable release; appears to be a maintenance-only project with no recent updates. Supports both static codegen (via google-protobuf) and dynamic codegen (via grpc.load). Requires peer dependencies: google-protobuf, grpc, protobufjs, and webpack 3.x. Differentiates by providing a straightforward webpack integration for gRPC proto files, though the API is considered verbose by the author.