Skip to content

Commit

Permalink
Add missing export for preloadModuleAssets (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Jan 6, 2023
1 parent b70933e commit 2a8878b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/preload-route-assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function preloadLinkedAssets(context: EntryContext, headers: Headers) {
* });
* }
*/
function preloadModuleAssets(context: EntryContext, headers: Headers) {
export function preloadModuleAssets(context: EntryContext, headers: Headers) {
let urls: string[] = [
context.manifest.url,
context.manifest.entry.module,
Expand Down

0 comments on commit 2a8878b

Please sign in to comment.