https://github.com/pixelmund/kit-router-not-working
https://github.com/pixelmund/kit-router-not-working
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelmund/kit-router-not-working
- Owner: pixelmund
- Created: 2022-01-09T18:59:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T19:00:25.000Z (over 3 years ago)
- Last Synced: 2025-02-02T20:55:15.928Z (4 months ago)
- Language: Svelte
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Router (goto, invalidate etc.) not working in production
Steps to reproduce:
- pnpm install
- pnpm build
- pnpm start
- Click on the doesn't work button and view error logsIt seems to me that upon reaching a reasonable size the singletons module gets included inside vendor.js and so the router is set before the init function is invoked, maybe the singletons should always be its own module or refactor into a class?