-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The minified build is broken #60
Comments
jfparadis
added a commit
to jfparadis/realms-shim
that referenced
this issue
Oct 1, 2019
Agoric#60 Use minimized UMD in demo.
jfparadis
added a commit
to jfparadis/realms-shim
that referenced
this issue
Oct 1, 2019
Agoric#60 Use minimized UMD in demo.
jfparadis
added a commit
to jfparadis/realms-shim
that referenced
this issue
Oct 1, 2019
Agoric#60 Changes: - Keep cleanupSource for builds. - Use minimized UMD in demo.
jfparadis
added a commit
that referenced
this issue
Oct 1, 2019
Resolve issue #60 with mangled variable.
Should we enable CI for the new
|
warner
added a commit
that referenced
this issue
Oct 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro:
Unexpected:
Realm.makeRootRealm()
crashes withReferenceError: Z is not defined
.This is because the minifier is minifying the name
globalEval
inrepairFunctions
, which is then converted to a string and joined with a string that definesglobalEval
.This is also a problem with v1.1.1 but not with v1.1.0.
The text was updated successfully, but these errors were encountered: