Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chemzqm/webpack-fatigue-dev

Module for webpack module development
https://github.com/chemzqm/webpack-fatigue-dev

Last synced: about 1 month ago
JSON representation

Module for webpack module development

Awesome Lists containing this project

README

        

# Webpack-fatigue-dev

Webpack dependencies for module development.

## Usage

```
npm i webpack-fatigue-dev -D
echo 'include node_modules/webpack-fatigue-dev/Makefile' > Makefile
# start working
make
# test
make test
# size
make size
``