IIS node automatically update voucher file using buffer cache

I am using react on call for server side rendering. I am using this code in my web.config file.

<appSettings>
    <add key="BABEL_CACHE_PATH" value="true" />
</appSettings>

      

When I update the data in any jsx or js file and then don't automatically update in the browser. I delete this cache file and regenerate it. but I don't do it every time. how can i achieve without deleting this file and browser auto-refresh?

Please help me.

+3


source to share





All Articles