Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f8c8892ecf62a8a783e61bb680f34a8b5cb7158f
/
.
/
third_party
/
flatbuffers
/
rollup.config.js
blob: 9369655e6365fb55f984d42bc340d6fbc5dfba24 [
file
] [
log
] [
blame
]
export
default
{
input
:
'mjs/index.js'
,
output
:
{
file
:
'flatbuffers.js'
,
format
:
'iife'
,
name
:
'flatbuffers'
}
}