{"id":13775336,"url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps","last_synced_at":"2025-05-11T07:32:26.482Z","repository":{"id":9271442,"uuid":"61455745","full_name":"maxdavidson/rollup-plugin-sourcemaps","owner":"maxdavidson","description":"Rollup plugin for loading files with existing source maps","archived":false,"fork":false,"pushed_at":"2024-08-10T20:36:24.000Z","size":93,"stargazers_count":68,"open_issues_count":14,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T15:03:20.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxdavidson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2016-06-18T22:55:46.000Z","updated_at":"2025-03-17T08:59:48.000Z","dependencies_parsed_at":"2024-06-18T12:42:50.323Z","dependency_job_id":"3e6d760e-4a9c-4052-8925-acca28a0f156","html_url":"https://github.com/maxdavidson/rollup-plugin-sourcemaps","commit_stats":{"total_commits":153,"total_committers":6,"mean_commits":25.5,"dds":0.4444444444444444,"last_synced_commit":"f3964bc3be2d2385b572bf0e0812f63374f076eb"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdavidson%2Frollup-plugin-sourcemaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdavidson%2Frollup-plugin-sourcemaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdavidson%2Frollup-plugin-sourcemaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdavidson%2Frollup-plugin-sourcemaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxdavidson","download_url":"https://codeload.github.com/maxdavidson/rollup-plugin-sourcemaps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253533991,"owners_count":21923515,"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-08-03T17:01:37.051Z","updated_at":"2025-05-11T07:32:26.221Z","avatar_url":"https://github.com/maxdavidson.png","language":"TypeScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Workflow"],"readme":"# rollup-plugin-sourcemaps\n\n[![npm](https://img.shields.io/npm/v/rollup-plugin-sourcemaps.svg)](https://www.npmjs.com/package/rollup-plugin-sourcemaps)\n[![Build Status](https://img.shields.io/travis/maxdavidson/rollup-plugin-sourcemaps/master.svg)](https://travis-ci.org/maxdavidson/rollup-plugin-sourcemaps)\n[![Coverage Status](https://img.shields.io/coveralls/maxdavidson/rollup-plugin-sourcemaps/master.svg)](https://coveralls.io/github/maxdavidson/rollup-plugin-sourcemaps?branch=master)\n\n\n[Rollup](https://rollupjs.org) plugin for loading files with existing source maps.\nInspired by [webpack/source-map-loader](https://github.com/webpack/source-map-loader).\n\nWorks with rollup 0.31.2 or later.\n\nIf you use [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel),\nyou might be able to use the [`inputSourceMap`](https://babeljs.io/docs/en/options#inputsourcemap) option instead of this plugin.\n\n## Why?\n\n- You transpile your files with source maps before bundling with rollup\n- You consume external modules with bundled source maps\n\n## Usage\n\n```javascript\nimport sourcemaps from 'rollup-plugin-sourcemaps';\n\nexport default {\n  input: 'src/index.js',\n  plugins: [sourcemaps()],\n  output: {\n    sourcemap: true,\n    file: 'dist/my-awesome-package.js',\n  },\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdavidson%2Frollup-plugin-sourcemaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxdavidson%2Frollup-plugin-sourcemaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdavidson%2Frollup-plugin-sourcemaps/lists"}