<img width="771" alt="image" src="https://github.com/ghostdevv/rollup-obfuscator/assets/30872365/235f9827-c917-4283-98b1-ccb6c7093290"> <img width="771" alt="image" src="https://github.com/ghostdevv/rollup-obfuscator/assets/30872365/f5e436d2-79d6-47ad-9bde-f20fb2a2c567"> 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