rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Feature]: support `wrappedContextRegExp`

Open bvanjoi opened this issue 1 year ago • 1 comments

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
}

bvanjoi avatar Feb 19 '24 09:02 bvanjoi