An open API service indexing awesome lists of open source software.

https://github.com/fvictorio/run-loader

Run webpack loader from the command line
https://github.com/fvictorio/run-loader

Last synced: about 2 months ago
JSON representation

Run webpack loader from the command line

Awesome Lists containing this project

README

        

# run-loader

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

## Installation

```bash
yarn global add run-loader
```

## Usage

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