https://github.com/ianwalter/debug-loader
A Webpack loader that logs source to your console for debugging purposes.
https://github.com/ianwalter/debug-loader
debug webpack webpack-loader
Last synced: 4 months ago
JSON representation
A Webpack loader that logs source to your console for debugging purposes.
- Host: GitHub
- URL: https://github.com/ianwalter/debug-loader
- Owner: ianwalter
- License: other
- Created: 2016-01-14T04:49:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T18:07:51.000Z (about 7 years ago)
- Last Synced: 2025-04-30T03:49:27.699Z (about 1 year ago)
- Topics: debug, webpack, webpack-loader
- Language: JavaScript
- Size: 1.4 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ianwalter/debug-loader
> A [Webpack][webpackUrl] loader that logs source to your console for debugging
> purposes
[![npm page][npmImage]][npmUrl]
## Installation
```console
yarn add @ianwalter/debug-loader --dev
```
## Usage
Just stick it into the loader chain!
```js
'css!debug!sass'
```
You can also specify an `id` query option to tag the output:
```js
'css!debug?id=SASS!sass'
```
## License
Apache 2.0 with Commons Clause - See [LICENSE][licenseUrl]
Created by [Ian Walter](https://iankwalter.com)
[npmImage]: https://img.shields.io/npm/v/@ianwalter/debug-loader.svg
[npmUrl]: https://www.npmjs.com/package/@ianwalter/debug-loader
[licenseUrl]: https://github.com/ianwalter/debug-loader/blob/master/LICENSE