pshrmn / curi

A JavaScript router for single-page applications
https://curi.js.org
MIT License
268 stars 10 forks source link

Update Svelte version, use $$restProps, update examples #246

Closed pshrmn closed 4 years ago

pshrmn commented 4 years ago
  1. Updates Svelte version to latest, which allows the use of $$restProps instead of having to manually destructure the props object.
  2. Adds some webpack resolve properties that are recommended by svelte-loader.