Closed CRC32EX closed 2 years ago
The issue you're facing is not in rollup-plugin-obfuscator
but in javascript-obfuscator
(observe how the top of the stack trace is in node_modules\javascript-obfuscator
).
Therefore I cannot solve your issue, but upstream will be able to help you! You can go there to open an issue.
In my use-case setting global: true
fixed it.
Steps to reproduce this issue
Init Vue3 project
Install modules
Edit vite.config.ts
Build
Error