bhongy / webpack-clone

Re-implement Webpack as a way to study its source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Clone

Clone and refactor webpack as a way to study its source code.

Notes

  • make sure to run test from the package folder (e.g. cd packages/webpack && yarn jest) so that the test picks up the correct jest config.

About

Re-implement Webpack as a way to study its source code


Languages

Language:TypeScript 94.5%Language:JavaScript 5.5%