remove --obfuscate from elc JS compile step #86

Merged
will.anderson merged 1 commits from fix/stage-ci-paths into dev 2026-05-11 16:11:38 +00:00
Owner

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.

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.
will.anderson added 1 commit 2026-05-11 16:11:25 +00:00
remove --obfuscate from elc JS compile step
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 2m8s
637b05af98
Stage CSP blocks 'unsafe-eval' which javascript-obfuscator introduces.
checkout-auth.js IIFE was crashing before assigning window globals,
causing all checkout E2E tests to fail.
will.anderson merged commit 6d3c7e2bcd into dev 2026-05-11 16:11:38 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#86