-
Notifications
You must be signed in to change notification settings - Fork 387
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
Submission Rejected - Contains minified or obfuscated code #96
Comments
Did you solved the problem? |
I solved it by disabling uglfy feature on webpack dist config. After that, they accepted the extension. It’s very strange that there are plenty of extensions with minified code. |
Did your bundle size increased a lot? :) |
Hey @zabka229 I just saw your comment. It definitely increases ~300kb or more depending on your package.json. But that’s not a problem as chrome extension comes bundled and doesn’t load the file from any server. |
@cihadturhan : Hi, your post is from 2018. Do you have any problem with this issue since then? I plan to create my extension, and I'm considering some boilerplates (React). Not sure if using React boilerplate causes me any trouble in the future, because I don't want to spend time building an extension and get rejected when I want to submit it to the store. Another question: I see that this repository is not active since 2018. Are you using any newer (and better) boilerplate for chrome extension development? If yes, please suggest it to me. Thank you. |
@piavgh I had no problems since then. To be honest, I didn't add new features for a while. |
Hello,
Today I submitted my extension to Chrome Web Store. But they respond me with the following:
Do you submit with dev or dist folder? It means anyone uses dist folder will have problems as it has obfuscated code. Please let me know if you used obfuscated code.
Thanks
The text was updated successfully, but these errors were encountered: