You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the filter in a page, e.g. index.md, e.g. like
<pre>{{collections.all | inspect}}</pre>
launched 11ty in dev mode using npx @11ty/eleventy --serve --quiet --incremental
open the browser and load the index page
modify the filter in eleventy.config.cjs and e.g. change the sorted option from false to true.
the page in the browser will be reloaded but the inspect filter still behaves like before the change. only after restarting the dev server the filters behaviour is updated.
Expected behavior
No response
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Operating system
Windows 10
Eleventy
3.0.0
Describe the bug
Running 11ty in dev mode and changing filters in 11ty config has no effect on hot reload but require restart of the dev server.
Reproduction steps
Add a custom filter to eleventy.config.cjs, like so:
Use the filter in a page, e.g.
index.md
, e.g. likelaunched 11ty in dev mode using
npx @11ty/eleventy --serve --quiet --incremental
open the browser and load the index page
modify the filter in eleventy.config.cjs and e.g. change the sorted option from false to true.
the page in the browser will be reloaded but the
inspect
filter still behaves like before the change. only after restarting the dev server the filters behaviour is updated.Expected behavior
No response
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: