build: roll up to named .js files rather than 'index.js' (#19190)
PR Close #19190
This commit is contained in:
@ -16,7 +16,7 @@ const globals = {
|
||||
};
|
||||
|
||||
export default {
|
||||
entry: '../../dist/packages-dist/compiler/esm5/index.js',
|
||||
entry: '../../dist/packages-dist/compiler/esm5/compiler.js',
|
||||
dest: '../../dist/packages-dist/compiler/bundles/compiler.umd.js',
|
||||
format: 'umd',
|
||||
exports: 'named',
|
||||
|
Reference in New Issue
Block a user