rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Feature]: Support compiler options: managedPaths and unmanagedPaths

Open shining-mind opened this issue 1 year ago • 6 comments

What problem does this feature solve?

This allows for the modification of the source code of the packages inside node_modules using yalc or by manual means. It is particularly useful for debugging self-developed libraries.

What does the proposed API of configuration look like?

Same as in the webpack:

shining-mind avatar Sep 02 '24 11:09 shining-mind