Commit Graph

7 Commits

Author SHA1 Message Date
Ryuya e97ae49459 refactor: simplify asset prefetch/preload implementation
- Consolidate multiple runtime modules into unified AssetResourcePrefetchPlugin
- Remove complex startup prefetch mechanism in favor of simpler inline approach
2025-08-10 12:01:59 -07:00
Ryuya 4aaaf13071 fix: resolve cache invalidation issues in asset prefetch implementation 2025-08-09 19:38:13 -07:00
Ryuya 43e8a85399 fix: move asset prefetch/preload execution from inline to startup time 2025-08-09 19:38:13 -07:00
Ryuya 9532eea79c feat: add webpackPreloadType support for new URL() syntax 2025-08-09 19:38:13 -07:00
Ryuya fb8bd910f0 test: clean up tests and remove outdated functionality 2025-08-09 19:38:13 -07:00
Ryuya ceac24b37f fix: resolve linting errors in test files 2025-08-09 19:38:13 -07:00
Ryuya 42b9e8462f feat: implement webpackPrefetch/webpackPreload/webpackFetchPriority support for new URL() syntax 2025-08-09 19:38:13 -07:00