We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cb878 commit a5cce52Copy full SHA for a5cce52
packages/@ngtools/webpack/package.json
@@ -34,7 +34,7 @@
34
"@angular/compiler": "~2.3.1",
35
"@angular/compiler-cli": "~2.3.1",
36
"@angular/core": "~2.3.1",
37
- "@angular/tsc-wrapped": "0.4.0",
+ "@angular/tsc-wrapped": "~0.5.0",
38
"typescript": "^2.0.2",
39
"reflect-metadata": "^0.1.8",
40
"webpack": "^2.1.0-beta.25"
packages/@ngtools/webpack/src/plugin.ts
@@ -27,7 +27,7 @@ export interface AotPluginOptions {
27
i18nFormat?: string;
28
locale?: string;
29
30
- // We do not have an include because tsconfig can be used for that.
+ // Use tsconfig to include path globs.
31
exclude?: string | string[];
32
}
33
0 commit comments