-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Hi,
I obfuscated my whole NodeJS project with you Grunt task and when I want to run it I got this syntax error.
SyntaxError: Unexpected identifier
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Data\Private\Innovation\EV\ev-server\dist\client\soap\SoapChargingStationClient.js:1:6037)
at Module._compile (module.js:570:32)
I tried several other options (medium obfuscation, optimal performance...) without success.
I search a solution but found nothing.
Any clue?
Thanks,
Serge.