This is a repository with example applications for Re.Pack.
- ESBuild: The application that uses ESBuild Minify Plugin and
esbuild-loader
under the hood - Local Chuncks: The application that uses Repack local chuncks feature
- Module Federation: Huge yarn workspaces that consist of 3 application and 1 module, that could run as standalone applications or running host app with other applications modules usage inside it with Webpack Module Federation feature configured
- SWC: The application using
swc-loader
inside webpack configuration
- Run
yarn
command inside root folder to install all dependencies in all the application - Run
yarn workspace <name> run bootstrap
command for every workspace to install yarn dependencies and pods
- Run
yarn workspace <name> run start
commmand for any workspace you want to run dev server - Run
yarn workspace <name> run ios
commmand for any workspace you want to run ios app - Run
yarn workspace <name> run android
commmand for any workspace you want to run android app