Skip to content

Commit a5cce52

Browse files
committed
comments
1 parent b7cb878 commit a5cce52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@angular/compiler": "~2.3.1",
3535
"@angular/compiler-cli": "~2.3.1",
3636
"@angular/core": "~2.3.1",
37-
"@angular/tsc-wrapped": "0.4.0",
37+
"@angular/tsc-wrapped": "~0.5.0",
3838
"typescript": "^2.0.2",
3939
"reflect-metadata": "^0.1.8",
4040
"webpack": "^2.1.0-beta.25"

packages/@ngtools/webpack/src/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface AotPluginOptions {
2727
i18nFormat?: string;
2828
locale?: string;
2929

30-
// We do not have an include because tsconfig can be used for that.
30+
// Use tsconfig to include path globs.
3131
exclude?: string | string[];
3232
}
3333

0 commit comments

Comments
 (0)