In my ACS project when i take the build, code line -> this.callClient = new CallClient(options);
getting an error which mentioned bellow.
" ReferenceError: this hasn't been initialised - super() hasn't been called at e.exports (assertThisInitialized.js:3) "
but it works fine in my local.