The go to template to set up webpack and other dependencies for projects.
Don't forget to install webpack and other things from package.json!
Good Luck!
webpack
npm install --save-dev webpack webpack-cli
gh-pages install
npm install gh-pages --save-dev
ESLint install
npm init @eslint/config@latest
Prettier install
npm install --save-dev --save-exact prettier
Babel install
npm install --save-dev @babel/preset-env