Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
b15f3c57ea6dd373d7676fc6d54d9e817053f1ce
/
.
/
rollup.config.js
blob: 9369655e6365fb55f984d42bc340d6fbc5dfba24 [
file
]
export
default
{
input
:
'mjs/index.js'
,
output
:
{
file
:
'flatbuffers.js'
,
format
:
'iife'
,
name
:
'flatbuffers'
}
}