Skip to content

A Webpack loader that logs source to your console for debugging purposes.

License

Notifications You must be signed in to change notification settings

ianwalter/debug-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ianwalter/debug-loader

A [Webpack][webpackUrl] loader that logs source to your console for debugging purposes

npm page

Installation

yarn add @ianwalter/debug-loader --dev

Usage

Just stick it into the loader chain!

'css!debug!sass'

You can also specify an id query option to tag the output:

'css!debug?id=SASS!sass'

License

Apache 2.0 with Commons Clause - See LICENSE

 

Created by Ian Walter