@backpackjs/netlify-backpack-cache
v1.2.3
Published
A netlify plugin that handles caching of backpack json files and storefront's workspace folders copying (temporarily) between netlify build.
Downloads
112
Maintainers
Keywords
Readme
netlify-backpack-cache
A netlify plugin that handles caching of backpack json files and storefront's workspace folders copying (temporarily) between netlify build.
This plugin is must run before @netlify/plugin-nextjs to ensure the .next & public folders are in the root where netlify-plugin-nextjs expect them
Caching
- .next: NextJs build folder (optional)
- public/json/**: Products, collections json files (optional)
- transforms/manifest.json: Transforms integrity manifest.json (optional)
Storefront workspace nextjs folders copying to the root
- storefront/.next
- storefront/public
This project started as a fork of netlify-cache-nextjs. So, credits to jonahsnider