UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

21 lines (20 loc) 289 B
module.exports = { type: 'web-module', babel: { stage: 0, runtime: true, }, npm: { esModules: true, umd: { global: 'MidiIO', externals: {} } }, karma: { browsers: ['Chrome'], plugins: [ require('karma-chrome-launcher') ] } }