mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* Add rollup and config to generate iife flatbuffers bundle * Atempt to use yarn and add deps Co-authored-by: Derek Bailey <derekbailey@google.com>
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
export default {
|
|
input: 'mjs/index.js',
|
|
output: {
|
|
file: 'flatbuffers.js',
|
|
format: 'iife',
|
|
name: 'flatbuffers'
|
|
}
|
|
} |