Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmike01/my-webpack-config
https://github.com/codewithmike01/my-webpack-config
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithmike01/my-webpack-config
- Owner: codewithmike01
- License: mit
- Created: 2022-01-24T12:36:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T00:07:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T09:40:39.077Z (29 days ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Webpack config
>This is a starter webpack full configuration, i made for [myself](https://github.com/Ginohmk) , but you are free to use it 😃 - including docs, Makefile, and GH Actions CI
_TODO: For ease of use, Do not change folder names
[Click to use as template](https://github.com/Ginohmk/My-Webpack-config/generate)## How to use this starter project
>_TODO: You must have node installed on your machine, inother to use the npm command>To Clone into your local repo
```sh
$ git clone https://github.com/Ginohmk/My-Webpack-config.git
```>To install dependencies
```sh
$ npm install
```>To fix audit error
```sh
$ npm audit fix --force
```
>To run webPack Server
```sh
$ npm start
```>To build dist folder
```sh
$ npm run build
```## Documentation
>This webpack configuration included the following setup
- Works with Html,Css,Javscript,and jest with ES6 support
- Makes use of hash on the dist/main.js for increased performace
- Makes use of externa css for incresed performance## License
Released under [MIT](/LICENSE) by [@Ginohmk](https://github.com/Ginohmk).