| 
									
										
										
										
											2017-05-24 15:41:41 -07:00
										 |  |  | --- node_modules/@angular/cli/models/webpack-configs/production.js	2017-05-24 15:36:43.000000000 -0700
 | 
					
						
							|  |  |  | +++ node_modules/@angular/cli/models/webpack-configs/production.js	2017-05-24 15:37:04.000000000 -0700
 | 
					
						
							| 
									
										
										
										
											2017-06-07 23:47:35 -07:00
										 |  |  | @@ -82,7 +82,7 @@
 | 
					
						
							| 
									
										
										
										
											2017-05-24 15:41:41 -07:00
										 |  |  |              new (require("purify/purify-webpack-plugin"))(), | 
					
						
							|  |  |  |              new webpack.optimize.UglifyJsPlugin({ | 
					
						
							|  |  |  |                  mangle: { screw_ie8: true }, | 
					
						
							|  |  |  | -                compress: { screw_ie8: true, warnings: buildOptions.verbose },
 | 
					
						
							|  |  |  | +                compress: { screw_ie8: true, warnings: buildOptions.verbose, pure_getters: true },
 | 
					
						
							| 
									
										
										
										
											2017-06-08 00:15:08 -07:00
										 |  |  |                  sourceMap: buildOptions.sourcemaps, | 
					
						
							|  |  |  |                  comments: false | 
					
						
							| 
									
										
										
										
											2017-05-24 15:41:41 -07:00
										 |  |  |              }) |