Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
6fad0a5cb7c12a49d34851a00a08caa3dab8ddd2
/
.
/
examples
/
protocol_buffers
/
rollup.config.js
blob: c7bad73937a64f129094b6fe59055c6a3d6fd1ad [
file
]
module
.
exports
=
{
// indicate which modules should be treated as external
external
:
[
'long'
,
'protobufjs/minimal'
,
],
output
:
{
globals
:
{
long
:
'Long'
,
'protobufjs/minimal'
:
'protobuf'
}}
};