mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 01:38:51 +00:00
[TS/JS] Add rollup and config to generate iife flatbuffers bundle (#7449)
* Add rollup and config to generate iife flatbuffers bundle * Atempt to use yarn and add deps Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
8
rollup.config.js
Normal file
8
rollup.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
input: 'mjs/index.js',
|
||||
output: {
|
||||
file: 'flatbuffers.js',
|
||||
format: 'iife',
|
||||
name: 'flatbuffers'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user