feat: update the package output of build.sh to APF v6 (#22808)
PR Close #22808
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
"name": "@angular/animations/browser/testing",
|
||||
"typings": "./testing.d.ts",
|
||||
"main": "../../bundles/platform-browser-animations-testing.umd.js",
|
||||
"module": "../../esm5/animations/testing.js",
|
||||
"es2015": "../../esm2015/animations/testing.js"
|
||||
"module": "../../fesm5/animations/testing.js",
|
||||
"es2015": "../../fesm2015/animations/testing.js",
|
||||
"esm5": "../../esm5/animations/testing.js",
|
||||
"esm2015": "../../esm2015/animations/testing.js",
|
||||
"fesm5": "../../fesm5/animations/testing.js",
|
||||
"fesm2015": "../../fesm2015/animations/testing.js"
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ const globals = {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
entry: '../../../../dist/packages-dist/animations/esm5/browser/testing.js',
|
||||
entry: '../../../../dist/packages-dist/animations/fesm5/browser/testing.js',
|
||||
dest: '../../../../dist/packages-dist/animations/bundles/animations-browser-testing.umd.js',
|
||||
format: 'umd',
|
||||
exports: 'named',
|
||||
|
Reference in New Issue
Block a user