Skip to content

Commit

Permalink
Adjust canvas caching (4)
Browse files Browse the repository at this point in the history
- Ignore atlas.json on Parcel to prefetch
  • Loading branch information
Hans5958 committed Sep 29, 2023
1 parent daea59f commit 5ea2d83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"parcelIgnore": [
"sw.js",
"_img/.+"
"_img/.+",
"atlas.json"
],
"browserslist": [
">= 0.5%",
Expand Down

0 comments on commit 5ea2d83

Please sign in to comment.