Any ideas to reduce build time in development? I only have 3 pages, but each page uses a lot of components. Some of the inner components can have other smaller components inside.
I’m definitely noticing that as the amount of components grows, the build time increases. I’m using a modified version of the “starters” boilerplate repo.