Open
Description
Preflight Checklist
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
What package is this bug report for?
rrweb
Version
2.0.0-alpha.14
Expected Behavior
I am using rrweb in my chrome extension, and I am not using any minification compiling my extension. However, the output js contains following coming from rrweb usage:
const encodedJs = "KGZ1bmN0aW9uKCkgewogICJ1c2Ugc3RyaWN0IjsKIC
This is causing chrome web store to reject my extension - which says there cannot be obfuscated code. Any idea how I can resolve this and use rrweb in my extension.
I have attached the decoded version of the code that the above encodedJs refers to.
decoded_bitmap.txt
Actual Behavior
When compiled, not to have obfuscated portions of code.
Steps to Reproduce
Include rrweb in extension.
Compile.
Check the output code
Testcase Gist URL
No response
Additional Information
No response