YerkoPalma / singleton-router

:anchor: Tiny singleton router for the browser

Home Page:https://www.npmjs.com/package/singleton-router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve bundled size

YerkoPalma opened this issue · comments

Actual size (37.1 Kb) is too heavy, should be improved.
router cost

options

  • switch minifyjs for butternut -> ~25.38Kb
  • use vanilla ES5 syntax -> ~24.72Kb
  • separate the standalone version -> bundle ~4.18Kb, web.min ~24.74Kb
  • avoid url-pattern dependency