You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are bundling using webpack 4 (this is mandated by the external Twilio framework we use to build and we can't upgrade it)
A single '?.' operator in your output 'dist/module.js' file on line 2013 is breaking the bundling. Manually replacing this with an if check in the node_modules file allows webpack to work.
I see you have addressed similar issues before #727 - would it be possible to fix this one as well?
The text was updated successfully, but these errors were encountered:
We are bundling using webpack 4 (this is mandated by the external Twilio framework we use to build and we can't upgrade it)
A single '?.' operator in your output 'dist/module.js' file on line 2013 is breaking the bundling. Manually replacing this with an if check in the node_modules file allows webpack to work.
I see you have addressed similar issues before #727 - would it be possible to fix this one as well?
The text was updated successfully, but these errors were encountered: