I noticed that the templateFormatsAdded on eleventyConfig keeps growing. I'm not sure if this is intended or a bug. An array with similar values that keeps growing feels like a memory leak.
To reproduce, add the following line in your .eleventy.js file and then keep modifying your .eleventy.js file.
I noticed that the
templateFormatsAdded
oneleventyConfig
keeps growing. I'm not sure if this is intended or a bug. An array with similar values that keeps growing feels like a memory leak.To reproduce, add the following line in your
.eleventy.js
file and then keep modifying your.eleventy.js
file.Here is my config file.