Modification on Frontend Files

Hi everyone,

I want to do some modifications on the Frontend files. Im looking for this file in the my system but I couldn’t find it.

Is it possible to access and modify this file?

Regards.

I don’t think you’ll find it. I believe it gets transpiled into .js, and compressed as to be unreadable during packaging. What you eventually download and run in production looks nothing like the original source code.

If you want to change the frontend I think you’ll need to have a development environment setup.

1 Like

Specifically:

1 Like