Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chemzqm/webpack-fatigue-dev
- Owner: chemzqm
- Created: 2016-04-09T15:04:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T05:39:07.000Z (about 8 years ago)
- Last Synced: 2024-10-29T12:38:57.588Z (about 2 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
``