build: roll up to named .js files rather than 'index.js' (#19190)
PR Close #19190
This commit is contained in:
@ -62,5 +62,5 @@ function logResults(failures) {
|
||||
}
|
||||
|
||||
function getBundlePath(package) {
|
||||
return path.resolve(process.cwd(), 'dist/packages-dist/', package, 'esm5/index.js');
|
||||
return path.resolve(process.cwd(), 'dist/packages-dist/', package, 'esm5/', package + '.js');
|
||||
}
|
||||
|
Reference in New Issue
Block a user