UNPKG

lunchpad

Version:

interface for the novation launchpad mini, for node and the browser

11 lines (10 loc) 228 B
const path = require('path'); module.exports = { entry: './src/indexBrowser.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'lunchpad.min.js', library: 'lunchpad', libraryTarget: 'umd' } };