{"id":16124342,"url":"https://github.com/jongacnik/parcel-resolver-exclude-assets","last_synced_at":"2025-04-06T12:22:52.765Z","repository":{"id":68335760,"uuid":"280761968","full_name":"jongacnik/parcel-resolver-exclude-assets","owner":"jongacnik","description":"Excludes paths starting with `assets`","archived":false,"fork":false,"pushed_at":"2023-07-12T13:38:14.000Z","size":102,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T18:18:55.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jongacnik.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-19T00:14:59.000Z","updated_at":"2021-11-18T20:19:38.000Z","dependencies_parsed_at":"2024-11-01T06:41:55.433Z","dependency_job_id":"91a49242-bbf4-43c7-a028-f4f6387c1c7b","html_url":"https://github.com/jongacnik/parcel-resolver-exclude-assets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fparcel-resolver-exclude-assets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fparcel-resolver-exclude-assets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fparcel-resolver-exclude-assets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongacnik%2Fparcel-resolver-exclude-assets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongacnik","download_url":"https://codeload.github.com/jongacnik/parcel-resolver-exclude-assets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247479532,"owners_count":20945476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T21:20:41.101Z","updated_at":"2025-04-06T12:22:52.744Z","avatar_url":"https://github.com/jongacnik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parcel-resolver-exclude-assets\n\nTells [parcel](https://github.com/parcel-bundler/parcel) to skip paths starting with `assets`. This is useful when you want to process css/js but leave assets (especially ones included in css) alone.\n\n```css\nbody {\n  background-image: url('assets/background.jpg'); /* parcel will now skip resolving this asset */\n}\n```\n\n## Usage\n\n```\nyarn add parcel-resolver-exclude-assets --dev\n```\n\n**.parcelrc**\n\n```json\n{\n  \"extends\": \"@parcel/config-default\",\n  \"resolvers\": [\n    \"parcel-resolver-exclude-assets\",\n    \"@parcel/resolver-default\"\n  ]\n}\n```\n\n## Config\n\nYou can specify custom paths in your `package.json`\n\n```json\n{\n  \"resolverExcludeAssets\": [\n    \"assets\",\n    \"images\",\n    \"fonts\"\n  ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongacnik%2Fparcel-resolver-exclude-assets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongacnik%2Fparcel-resolver-exclude-assets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongacnik%2Fparcel-resolver-exclude-assets/lists"}