-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Destructive error when building with Vite #148
Comments
experiencing this as well. |
Not totally sure how the debugging stuff is supposed to work, but I made a quick PR to address: #149. |
@GabrielMahan @FeiFanLiang could you confirm that this is now fixed in |
No, I still have a similar issue. I do not have time (right now) to create a minimal reproducible example but what I observed :
I will try to make it reproducible somewhere later. |
FYI, similar behaviour with |
When building, the error
this?.debug is not a function
will be prompted.I solved the problem by manually deleting these two lines in the code, but the built product did not run properly.
I used Typescript's alias,This resulted in the project not being able to find the page file for the response.
This problem occurs when I turn on stringArray and builds normally when turned off, but I would really like to use this option
I uploaded a minimally reproducible code to the warehouse, and I only need to run pnpm build pnpm preview to reproduce it.
https://github.com/FeiFanLiang/rollup-obfuscator-debugger
The text was updated successfully, but these errors were encountered: