Cache icon bodies and components

This commit is contained in:
Max Veytsman
2022-09-02 07:20:50 -04:00
parent c61b1b39c4
commit 63b0668dcf
4 changed files with 81 additions and 14 deletions

View File

@ -20,7 +20,8 @@ defmodule HeroiconsElixir.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
extra_applications: [:logger],
mod: {Heroicons, []}
]
end