run-loader
v0.0.6
Published
An utility to test loaders from the command line
Downloads
28
Readme
run-loader
Run a webpack loader (or chain of loaders) from the command line.
Installation
yarn global add run-loaderUsage
mkdir foo
cd foo
yarn add style-loader
echo "div { color: red }" > asdf.css
run-loader loader [another-loader [yet-another-loader [...]]] file