remove --obfuscate from elc JS compile step #86
Reference in New Issue
Block a user
Delete Branch "fix/stage-ci-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stage CSP blocks unsafe-eval which javascript-obfuscator introduces into the output. The obfuscated checkout-auth.js was crashing before assigning window globals, making all checkout E2E tests fail. Fix: drop the --obfuscate flag, keep --minify.