Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/jsdelivr/jsdelivr.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (c *Client) FetchPackageFiles(ctx context.Context, name, version string) (l
esmFile := library.File{
Type: library.FileTypeJS,
Path: esmBasePath,
LocalPath: "/esm-bundle.js", // Simple filename without special characters
LocalPath: "esm-bundle.js", // Simple filename without special characters
}

// Filter out JavaScript files, keeping only CSS and other files
Expand Down
Loading