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
When building, the error
this?.debug is not a functionwill 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