mattdiamond / Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes
4.16k stars 1.46k forks source link

Fix uglifier bug #166

Closed nick-benoit14 closed 8 years ago

nick-benoit14 commented 8 years ago

Fixes problems with Webpack and UglifyJS self.onmessage would be uglified to i.onmessage and we would get an undefined error. this.onmessage appears to reference the same thing as self, but not get incorrectly uglified.