fix(tsc-wrapped): use agreed on options names (#14630)

This commit is contained in:
Chuck Jazdzewski
2017-02-22 10:57:01 -08:00
committed by Igor Minar
parent fcc1d17ccb
commit c9bfc59a21
14 changed files with 59 additions and 66 deletions

View File

@ -27,7 +27,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/animation"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/animation"
}
}

View File

@ -26,7 +26,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/common"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/common"
}
}

View File

@ -27,7 +27,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/core"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/core"
}
}

View File

@ -31,7 +31,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/forms"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/forms"
}
}

View File

@ -26,7 +26,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/http"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/http"
}
}

View File

@ -28,7 +28,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/platform-browser"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/platform-browser"
}
}

View File

@ -32,7 +32,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/platform-server"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/platform-server"
}
}

View File

@ -28,7 +28,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/platform-webworker"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/platform-webworker"
}
}

View File

@ -29,7 +29,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/router"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/router"
}
}

View File

@ -30,7 +30,7 @@
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"bundleIndex": "index",
"importAs": "@angular/upgrade"
"flatModuleOutFile": "index.js",
"flatModuleId": "@angular/upgrade"
}
}

View File

@ -16,7 +16,7 @@
"../../../node_modules/zone.js/dist/zone.js.d.ts"
],
"angularCompilerOptions": {
"bundleIndex": "static",
"importAs": "@angular/upgrade/static"
"flatModuleOutFile": "static.js",
"flatModuleId": "@angular/upgrade/static"
}
}