Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codewithmike01/my-webpack-config


https://github.com/codewithmike01/my-webpack-config

Last synced: 12 days ago
JSON representation

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).