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