Hello,
Why is the core.js file is obfuscated? Is it not supposed to be the developer version here? If so, where can I find an unobfuscated version of this file?
Hi, I guess you are referring to https://github.com/PrestaShop/PrestaShop/blob/develop/themes/core.js ?
This is a bundled JS file, created by webpack. The developer version is splitted into several files, each relevant to one topic. You can find them in https://github.com/PrestaShop/PrestaShop/tree/develop/themes/_core/js
Oh ok! thank you very much, I was not aware of that
Hi @vincent-dp,
Thanks for your feedback.
I close the issue, feel free to open a new one when needed.
Thanks!
Most helpful comment
Hi, I guess you are referring to https://github.com/PrestaShop/PrestaShop/blob/develop/themes/core.js ?
This is a bundled JS file, created by webpack. The developer version is splitted into several files, each relevant to one topic. You can find them in https://github.com/PrestaShop/PrestaShop/tree/develop/themes/_core/js