When i changes in ModuleDetail.vue file not reflect why this happen?

whenever i changes into the Module.vue file the changes are not reflect to the front end ??why this happen how to fix this issue??

Have you solved your problem?How did you solve it?

Try command “bench build” in frappe-bench folder. Frappe uses minified files, and this command will rebuild them.

I use docker remote container to develop. Do I need to execute bench build before deploying the program?