Skip to content

codewithmike01/My-Webpack-config

Repository files navigation

My Webpack config

This is a starter webpack full configuration, i made for myself , 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

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

$ git clone https://github.com/Ginohmk/My-Webpack-config.git

To install dependencies

$ npm install 

To fix audit error

$ npm audit fix --force

To run webPack Server

$ npm start

To build dist folder

$ 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 by @Ginohmk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published