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
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
We are running into a regression with v3.3.0 when creating an UMD bundle that includes the NPM module oauthio-web.
Including the UMD bundle in a web page results in this error:
I created a repository to demonstrate the error:
https://github.com/Redsift/rollup-common-js-regression
Running
opens a browser window. Opening the
index.htmlthere shows the error in the developer console.The code works fine with v3.0.2.
It seems that this regression could be related to the following code change:
rollup-plugin-commonjs/src/index.js
Line 175 in c2d064d
Thanks!