Open
Description
What problem does this feature solve?
Currently, each file in the CommonJS format output contains Rspack's runtime code. Is it possible to remove the Rspack runtime and only use require() to import other modules
What does the proposed API look like?
Generate clean CommonJS files that only use standard require() statements to import dependencies, without embedding Rspack runtime in each file.