Plain webpack 5 with Babel, SASS and lodash on board
You only need node.js pre-installed and you’re good to go.
If you don’t want to work with lodash, just remove it from the node packages and the webpack config.
Install dependencies
$ npm install
Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/
$ npm run start
Build the current application
$ npm run build