UNPKG

audio-encoder

Version:
12 lines (10 loc) 216 B
const path = require('path'); module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'audioEncoder.js', library: 'audioEncoder', libraryTarget: 'umd', } };