Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

On road to HMR

Compare
Choose a tag to compare
@alidcast alidcast released this 24 Jul 03:13
· 401 commits to master since this release

Features:

  • HMR status: Made page fetch fresh content every time in development mode. Just need to find a way to make async data prefetch content... Currently, HMR only works for markdown components because they use loaders.

Fixes:

  • Made mardown-it anchor plugin only create anchors for configured heading level.
  • Made it so anchors are only parsed in md files, not ymal files.