1.1.1 • Published 5 years ago

protobuf-json-webpack-plugin v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

protobuf-json-webpack-plugin

protobuf compile to json file

install

  npm install protobuf-json-webpack-plugin --save-dev

webpack config

const Proto2JsonPlugin = require('protobuf-json-webpack-plugin')


plugins: [
  new Proto2JsonPlugin(
    inputs: ['/a/b/c.proto', '/a/c/*.proto'],
    output: '/a/b/c/xxxx.js'
  )
]

js call

const struct = require('${output js file path}')
const yyyy = struct.lookupType('xxx.Yyyy')
const jsData = yyyy.decode(data)
1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago