run-loader

0.0.6 • Public • Published

run-loader

Run a webpack loader (or chain of loaders) from the command line.

Installation

yarn global add run-loader

Usage

mkdir foo
cd foo
yarn add style-loader
echo "div { color: red }" > asdf.css
run-loader loader [another-loader [yet-another-loader [...]]] file

Readme

Keywords

Package Sidebar

Install

npm i run-loader

Weekly Downloads

2

Version

0.0.6

License

MIT

Last publish

Collaborators

  • fvictorio