feat: update the package output of build.sh to APF v6 (#22808)

PR Close #22808
This commit is contained in:
Igor Minar
2018-03-15 14:13:13 -07:00
parent d54615d555
commit ce63dc6f95
69 changed files with 238 additions and 108 deletions

View File

@ -2,6 +2,10 @@
"name": "@angular/platform-server/testing",
"typings": "./testing.d.ts",
"main": "../bundles/platform-server-testing.umd.js",
"module": "../esm5/testing.js",
"es2015": "../esm2015/testing.js"
"module": "../fesm5/testing.js",
"es2015": "../fesm2015/testing/testing.js",
"esm5": "../esm5/testing/testing.js",
"esm2015": "../esm2015/testing/testing.js",
"fesm5": "../fesm5/testing.js",
"fesm2015": "../fesm2015/testing.js"
}

View File

@ -21,7 +21,7 @@ const globals = {
};
module.exports = {
entry: '../../../dist/packages-dist/platform-server/esm5/testing.js',
entry: '../../../dist/packages-dist/platform-server/fesm5/testing.js',
dest: '../../../dist/packages-dist/platform-server/bundles/platform-server-testing.umd.js',
format: 'umd',
exports: 'named',