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.
- Host: GitHub
- URL: https://github.com/ahabhgk/webpack-deep-dive-cases
- Owner: ahabhgk
- Created: 2024-07-25T15:33:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T07:25:03.000Z (10 months ago)
- Last Synced: 2025-02-14T09:37:58.957Z (4 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)`.