An open API service indexing awesome lists of open source software.

https://github.com/ahabhgk/webpack-deep-dive-cases

Cases that help me deep dive into webpack.
https://github.com/ahabhgk/webpack-deep-dive-cases

Last synced: 2 months ago
JSON representation

Cases that help me deep dive into webpack.

Awesome Lists containing this project

README

        

# webpack-deep-dive-cases

Cases that help me deep dive into webpack.

## Tree Shaking

1. [type-reexports](./type-reexports): `maxTarget` and `priority`.
2. [conditional-reexport](./conditional-reexport): `harmony reexport (checked)`.