rspack
                                
                                 rspack copied to clipboard
                                
                                    rspack copied to clipboard
                            
                            
                            
                        [Feature]: support `wrappedContextRegExp`
What problem does this feature solve?
see wrappedContextRegExp in https://webpack.js.org/configuration/module/#module-contexts
What does the proposed API of configuration look like?
module: {
    wrappedContextRegExp: string | regexp
}