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
- Host: GitHub
- URL: https://github.com/kreozot/webpack-loaders-tester
- Owner: Kreozot
- Created: 2016-02-24T16:58:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T22:00:30.000Z (over 9 years ago)
- Last Synced: 2025-01-28T03:18:22.056Z (4 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```