diff --git a/README.md b/README.md index 8ae3a8f..a56b6d0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ module.exports = { rules: [{ test: /\.proto$/, use: { - loader: 'protobufjs-loader', + loader: 'protobufjs-loader-webpack4', options: { /* controls the "target" flag to pbjs - true for * json-module, false for static-module.