Skip to content

techyaura/webpack4-configuration

Repository files navigation

Webpack-4 configuration setup with scss, lazyloading & dev server

Intro

This is an webpack-4 configuration setup that can be used for develop & as well as for production.

How to use!

  1. Clone the repo
git clone https://github.com/techyaura/webpack4-configuration.git
  1. Navigate to directory
cd webpack4-configuration
  1. Install the Npm packages
	npm i
  1. Start the local dev-server with hot-reloading
npm run develop
  1. Generate Production build
	npm run build

License

MIT License

Releases

No releases published

Packages

No packages published