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 has been archived by the owner on Aug 4, 2021. It is now read-only.
OAuth.io is built with browserify, which contains typeof require === "function" && require in its UMD wrapper. This plugin breaks that line by replacing typeof require without actually providing a valid require function.
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.html
there 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!
The text was updated successfully, but these errors were encountered: