Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

yoavain/webpack-playground

Repository files navigation

This is a template for a webpack project

CodeQL Renovate visitors

It contains a skeleton for:

  1. Webpack
  2. TypeScript
  3. ESlint
  4. Jest
  5. husky pre-commit hook
  6. lint-staged (that runs eslint --fix for code and prettier for json files)
  7. Webpack TypeScript configuration
  8. Webpack bundle analyzer
  9. Webpack find duplicate dependencies

Also, this project show how to combine

  • Webpack resolve.alias
  • TypeScript compilerOptions.paths
  • Jest moduleNameMapper