Open sombriks opened 7 years ago
Have the same problem
I use webpack for building. The problem that it includes process
polyfill by default, and compiled JS thinks it's Node. Was able to get a successful build with the following configuration:
externals: {
fs: true
},
node: {
process: false,
Buffer: false,
setImmediate: false
},
resolve: {
aliasFields: ['browser']
},
@Kukunin thank you! i'll check it and see if my build get back on track with this new info!
i've installed av and opus.js:
however when i try to play it in browser i get the following error:
any help/guidance is welcome.