Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
092acaf2d0258e0cbb7d69729e0941ae2a720e1c
/
.
/
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'
}
}