You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(compiler): copy transpileComponent output to all dist directories
Compilers using transpileComponent write directly to the filesystem with a single
outputDir. After PR #10125 fixed the outputDir to use bit_roots for correct peer
resolution, the compiled files were no longer available in node_modules/<pkg>.
This fix copies all compiled files from the outputDir to all other dist directories
(injected dirs) after transpileComponent completes, ensuring bundlers like esbuild
have their output available in all required locations.
0 commit comments