Webpack 5 basic setup for start new html project.
$ git clone https://github.com/Herald-Flores/boilerplate.git
First install dependencies:
npm install
To create a production build:
npm run build
To create a development build:
npm run dev
To create a development build and watch:
npm run watch
node build/bundle.js