@ducanh2912/next-pwa@10.2.4
·
26 commits
to master
since this release
Patch Changes
-
07c8861Thanks @DuCanhGH! - fix(core): fixed invalid precache manifest withassetPrefix- Turns out it is much more complex than we thought. To make this work with
assetPrefix,distDir, andbasePath, we now remove${publicPath}${publicDirRelativeToOutputPath}from public files inmanifestTransformsbecauseassetPrefixis not intended for files that are in the public directory and we also want to remove/_next/${publicDirRelativeToOutputPath}from the URL, since that is not how we resolve files in the public directory.
- Turns out it is much more complex than we thought. To make this work with