Skip to content

Commit 4307581

Browse files
committed
fix(@angular/cli): use JIT by default with ng5
Fix #8259
1 parent 99e1b5a commit 4307581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/models/webpack-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class NgCliWebpackConfig<T extends BuildOptions = BuildOptions> {
9595
sourcemaps: true,
9696
extractCss: false,
9797
namedChunks: true,
98-
aot: AngularCompilerPlugin.isSupported(),
98+
aot: false,
9999
buildOptimizer: false
100100
},
101101
production: {

0 commit comments

Comments
 (0)