Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.18 KB

README copy.md

File metadata and controls

20 lines (14 loc) · 1.18 KB

repack-examples

This is a repository with example applications for Re.Pack.

Example Applications

  • 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

Setup

  1. Run yarn command inside root folder to install all dependencies in all the application
  2. Run yarn workspace <name> run bootstrap command for every workspace to install yarn dependencies and pods

Running

  1. Run yarn workspace <name> run start commmand for any workspace you want to run dev server
  2. Run yarn workspace <name> run ios commmand for any workspace you want to run ios app
  3. Run yarn workspace <name> run android commmand for any workspace you want to run android app