remix v3.0.0-rc.2
Pre-release Changes BREAKING CHANGE: Asset fingerprints from remix/assets now use hashes of the final file contents. Replace fingerprint: { buildId } with fingerprint: true. If you use a persistent files.cache, move the build identifier to files.cacheKey to keep reusing cached files across server restarts. See the asset server migration steps (see #11706). BREAKING CHANGE: Browser scripts served b…