A collection of webpack test projects demonstrating various webpack features and configurations.
This repository contains multiple test sub-projects exploring different webpack functionalities:
- test-external-module-exec-process - Testing external module execution processes
- test-externals - Testing webpack externals configuration for external dependencies
- test-live-bindings - Testing ES6 live bindings behavior in webpack
- test-module-federation - Testing webpack Module Federation for micro-frontends
- test-optional-chain - Testing optional chaining syntax support
- test-plugin-add-entry-module-dep - Testing custom plugins that add entry module dependencies
- test-webworker - Testing Web Worker integration with webpack
Each sub-project serves as a sandbox for experimenting with specific webpack features and use cases.