rspack
                                
                                
                                
                                    rspack copied to clipboard
                            
                            
                            
                        Add `target: "universal"`
Same as https://github.com/webpack/webpack/issues/6525
- runtime code that can run in web, webworker and node.js, runtime code can be a bit bigger.
 - chunks can shared between web, webworker, and node.js (an universal chunkFormat).
 
If you want to implement this, we encourage you also contribute this back to webpack.
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!