{"id":16533666,"url":"https://github.com/jantimon/css-sourcemaps-webpack-plugin","last_synced_at":"2025-07-12T14:34:51.508Z","repository":{"id":66014048,"uuid":"49531027","full_name":"jantimon/css-sourcemaps-webpack-plugin","owner":"jantimon","description":"Simple CSS Sourcemap configuration for CSS, Less, Stylus and Sass","archived":false,"fork":false,"pushed_at":"2017-02-15T06:31:25.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-20T06:31:30.258Z","etag":null,"topics":["css","sourcemaps","webpack"],"latest_commit_sha":null,"homepage":null,"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/jantimon.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}},"created_at":"2016-01-12T21:48:12.000Z","updated_at":"2021-06-19T03:32:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddc227bc-a5d9-4a8b-a866-6b14b76714a6","html_url":"https://github.com/jantimon/css-sourcemaps-webpack-plugin","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"f803a8d3bf0ccc1608a82d8c02477f655c533104"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jantimon%2Fcss-sourcemaps-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jantimon%2Fcss-sourcemaps-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jantimon%2Fcss-sourcemaps-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jantimon%2Fcss-sourcemaps-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jantimon","download_url":"https://codeload.github.com/jantimon/css-sourcemaps-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232024737,"owners_count":18461971,"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":["css","sourcemaps","webpack"],"created_at":"2024-10-11T18:15:31.774Z","updated_at":"2024-12-31T20:16:24.135Z","avatar_url":"https://github.com/jantimon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"CSS Sourcemap Webpack Plugin\n===================\n[![npm version](https://badge.fury.io/js/css-sourcemaps-webpack-plugin.svg)](http://badge.fury.io/js/css-sourcemaps-webpack-plugin) [![Dependency Status](https://david-dm.org/jantimon/css-sourcemaps-webpack-plugin.svg)](https://david-dm.org/jantimon/css-sourcemaps-webpack-plugin) [![Build status](https://travis-ci.org/jantimon/css-sourcemaps-webpack-plugin.svg)](https://travis-ci.org/jantimon/css-sourcemaps-webpack-plugin)\n\nThis is a [webpack](http://webpack.github.io/) plugin that simplifies the usage\nof CSS source maps.\n\nInstallation\n------------\nInstall the plugin with npm:\n```shell\n$ npm install css-sourcemaps-webpack-plugin --save-dev\n```\n\nUsage\n-----------\n\n```javascript\nvar CssSourcemapPlugin = require('css-sourcemaps-webpack-plugin');\nmodule.exports = {\n  entry: 'index.js',\n  output: {\n    path: 'dist',\n    filename: 'index_bundle.js'\n  },\n  module: {\n    loaders: [\n      { test: /\\.less$/, loader: 'style!css!less' }\n    ]\n  },\n  plugins: [new CssSourcemapPlugin()]\n}\n```\n\nProduction\n-----------\n\nYou can easily **disable the plugin** for your production build:\n\n```js\nvar CssSourcemapPlugin = require('css-sourcemaps-webpack-plugin');\nmodule.exports = {\n  entry: 'index.js',\n  output: {\n    path: 'dist',\n    filename: 'index_bundle.js'\n  },\n  module: {\n    loaders: [\n      { test: /\\.scss$/, loader: 'style!css!sass' }\n    ]\n  },\n  plugins: [new CssSourcemapPlugin({disabled: true})]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjantimon%2Fcss-sourcemaps-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjantimon%2Fcss-sourcemaps-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjantimon%2Fcss-sourcemaps-webpack-plugin/lists"}