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

https://github.com/kreozot/webpack-loaders-tester

Visualizer of webpack loaders processing
https://github.com/kreozot/webpack-loaders-tester

Last synced: 3 months ago
JSON representation

Visualizer of webpack loaders processing

Awesome Lists containing this project

README

        

# Webpack loaders tester

## Installation

```
npm i
```

## Starting

```
node index.js
```

## Using

```
http://localhost:8080/webpack?source=sourceText&loaders=loader2&loaders=loader1
```