Skip to content

Commit

Permalink
fix(@angular/cli): use JIT by default with ng5
Browse files Browse the repository at this point in the history
Fix #8259
  • Loading branch information
filipesilva committed Oct 31, 2017
1 parent 99e1b5a commit 4307581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/models/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class NgCliWebpackConfig<T extends BuildOptions = BuildOptions> {
sourcemaps: true,
extractCss: false,
namedChunks: true,
aot: AngularCompilerPlugin.isSupported(),
aot: false,
buildOptimizer: false
},
production: {
Expand Down

0 comments on commit 4307581

Please sign in to comment.