I am trying to make a Twitch Extension panel using Svelte.
However, Twitch found out that obfuscating the Code would reject it.
Svelte’s built js files are not generally human-readable codes, so if I make and submit an extension panel using Svelte, will it be rejected unconditionally?
Twitch would likely ask you to submit the raw files and the building insturcionts.
Minification is usually fine but obstifucation can be an issue.
So if you can jsut minify only instead, that can help
No idea until you go for review and see what the review team says
You can minify but mangle is where the “problems” occur
