I am new to LWC. Sometimes when I deployed the code. Code deployed successfully but changes are not showing. e.g when I add a button or I change the title of the card so that changes do not show on the component. All packages are up to date. Any reason??
Asked
Active
Viewed 571 times
1 Answers
1
It's the cache issue.
Salesforce does persistent browser caching to improve performance and to load the application faster.
If you want you can disable the caching as follows:
- Setup.
- Session Settings.
- Find Caching settings section on the page.
- Uncheck Enable secure and persistent browser caching to improve performance.

Jasneet Dua
- 3,796
- 2
- 10
- 15