{"id":20746904,"url":"https://github.com/johnagan/serverless-parcel","last_synced_at":"2025-04-28T11:16:47.613Z","repository":{"id":57356768,"uuid":"158977177","full_name":"johnagan/serverless-parcel","owner":"johnagan","description":"A Serverless plugin to bundle your functions and assets with Parcel Bundler","archived":false,"fork":false,"pushed_at":"2018-11-25T20:03:42.000Z","size":79,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-28T11:16:40.602Z","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/johnagan.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}},"created_at":"2018-11-24T22:02:29.000Z","updated_at":"2023-09-04T02:05:08.000Z","dependencies_parsed_at":"2022-09-26T16:32:01.081Z","dependency_job_id":null,"html_url":"https://github.com/johnagan/serverless-parcel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnagan%2Fserverless-parcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnagan%2Fserverless-parcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnagan%2Fserverless-parcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnagan%2Fserverless-parcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnagan","download_url":"https://codeload.github.com/johnagan/serverless-parcel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251302782,"owners_count":21567601,"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-11-17T08:09:49.961Z","updated_at":"2025-04-28T11:16:47.553Z","avatar_url":"https://github.com/johnagan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serverless-parcel\n\nServerless plugin for zero-config [parcel bundler](https://parceljs.org/) support.\n\n## Install\n\n```\nyarn add serverless-parcel --dev\n```\n\nAdd the plugin to your `serverless.yml`:\n\n```\nplugins:\n  - serverless-parcel\n```\n\n## Configure\n\nNone required! By default, parcel will build your lambda functions with parcel... but if you want to get fancy, here ya go:\n\n```yml\ncustom:\n  parcel:\n    ## options for lambda functions\n    options:\n      ## defaults\n      target: node\n      cache: false\n      watch: false\n      bundleNodeModules: true\n      outDir: autogenerated - you can't change this\n\n    ## non-lambda entries you'd like to build\n    entries:\n      # an array of bundler options with an entry file\n      - file: src/index.html\n        minify: true\n        target: browser\n      - file: src/admin.html\n        minify: false\n        sourceMaps: true\n```\n\nA full list of options can be found on [parcel's api docs](https://parceljs.org/api.html)\n\n## Shout Out\n\nThis project was heavily inspired by [serverless-plugin-typescript](https://github.com/prisma/serverless-plugin-typescript) and [serverless-webpack](https://github.com/serverless-heaven/serverless-webpack). Both are epic projects and I hope this projects grows up to be like them one day. :tada:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnagan%2Fserverless-parcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnagan%2Fserverless-parcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnagan%2Fserverless-parcel/lists"}