Skip to content

Commit 9c87660

Browse files
committed
fix(ngtools/webpack): move the generate directory to a separate dir
1 parent f9a7c01 commit 9c87660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class AotPlugin implements Tapable {
115115
.filter(fileName => !/\.spec\.ts$/.test(fileName));
116116

117117
// Check the genDir.
118-
let genDir = basePath;
118+
let genDir = 'gendir:/';
119119
if (tsConfig.ngOptions.hasOwnProperty('genDir')) {
120120
genDir = tsConfig.ngOptions.genDir;
121121
}

0 commit comments

Comments
 (0)