Disable source map
This commit is contained in:
		
							parent
							
								
									fea996d623
								
							
						
					
					
						commit
						6fb11a608b
					
				|  | @ -241,7 +241,7 @@ module.exports = entries.map(x => { | |||
| 			modules: ['node_modules', './webpack/loaders'] | ||||
| 		}, | ||||
| 		cache: true, | ||||
| 		devtool: 'source-map', | ||||
| 		devtool: false, //'source-map',
 | ||||
| 		optimization: { | ||||
| 			minimize: isProduction && doMinify | ||||
| 		}, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue