repack
repack copied to clipboard
Micro Apps
Can it be used to develop micro apps without dependancies between them, if so how to do so ?
Yes, you probably want to include some dependencies to be shared like React and React Native. You can configure how you want to include dependencies inside chunks: https://webpack.js.org/plugins/split-chunks-plugin/#optimizationsplitchunks
@zamotany it would be great if this repo has an example for such usecase.
Closing this due to inactivity. If you want to provide more info or an example with "micro app" concept implementation, feel free to open a new issue and a PR :)