summaryrefslogtreecommitdiff
path: root/rollup.config.js
blob: 9369655e6365fb55f984d42bc340d6fbc5dfba24 (plain)
1
2
3
4
5
6
7
8
export default {
  input: 'mjs/index.js',
  output: {
    file: 'flatbuffers.js',
    format: 'iife',
    name: 'flatbuffers'
  }
}