Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhallstein/jigmawiffin
Those nitpicky webpack, babel, and postcss deps you always need.
https://github.com/bhallstein/jigmawiffin
babel css javascript postcss react tooling webpack
Last synced: 29 days ago
JSON representation
Those nitpicky webpack, babel, and postcss deps you always need.
- Host: GitHub
- URL: https://github.com/bhallstein/jigmawiffin
- Owner: bhallstein
- Created: 2021-10-23T13:03:08.000Z (about 3 years ago)
- Default Branch: int
- Last Pushed: 2022-06-13T19:19:01.000Z (over 2 years ago)
- Last Synced: 2024-10-22T23:26:31.695Z (3 months ago)
- Topics: babel, css, javascript, postcss, react, tooling, webpack
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# JGMWIFN: Just Give Me What I Effin Need
> The kitchen sink? You got it!
— *Javascript developers*
## What is this
Jigmawiffin just installs the big old list of webpack dependencies that you *always* want.
## Pronunciation
*Jig-ma-wiffin*
## Deps included
- @babel/core
- @babel/preset-env
- @babel/preset-react
- babel-loader
- css-loader
- mini-css-extract-plugin
- postcss
- postcss-import
- postcss-loader
- style-loader
- webpack
- webpack-bundle-analyzer
- webpack-cli
- webpack-dev-server## Installation
```sh
npm i -D jigmawiffin
```