1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 22:15:32 -04:00

update netlify-plugin-cache to v1.0.2 [skip ci]

This commit is contained in:
2020-06-06 16:46:32 -04:00
parent 401b4566d7
commit 79be2abafe
5 changed files with 28 additions and 28 deletions

View File

@@ -37,11 +37,12 @@
publish = "public"
autoLaunch = false
# Cache resoures between builds, see plugins/netlify-plugin-cache/index.js
# Cache resoures between builds:
# https://github.com/jakejarvis/netlify-plugin-cache
[[plugins]]
package = "@netlify/plugin-local-install-core"
[[plugins]]
package = "netlify-plugin-cache"
package = "./plugins/netlify-plugin-cache"
[plugins.inputs]
paths = ["resources", "_vendor"]
[[plugins]]