Remix Utils - v9.0.0
    Preparing search index...

    Function cacheAssets

    • Caches all JS files built by Remix in a browser cache. This will use the Remix manifest to determine which files to cache. It will get every JS file, get all the already cached URLs, remove any old file, and finally add the new files to the cache.

      This can only be run inside entry.client

      Parameters

      Returns Promise<void>