extract-css-module-classnames-loader
Advanced tools
Changelog
0.4.0
css-loader
is now a peer dependency instead to avoid errors that can be caused by the user of this
loader having another version of css-loader
than this loader.writeDebounceMs
that lets you override the debounce delay.modules
was removed since it can be assumed that you want to run the css-loader
in
module mode.Changelog
0.3.0
onAfterOutput
which is a function you can specify that will be called immediately
after the JSON file has been written to.Changelog
0.2.0
resolve.alias
.[path]
and [name]
in localIdentName
.Changelog
0.1.2
composes
more than once in a class.Changelog
0.1.1
css-loader
produces.mkpath
when it tries to create a folder that already exists.Changelog
0.1.0
onOutput
which is a function you can specify that will be called instead of writing
JSON to a file.