Remove hash from chunk filename when dev env (#4411)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							e67fc997dc
						
					
				
				
					commit
					f93f306053
				
			@@ -33,7 +33,7 @@ module.exports = {
 | 
			
		||||
 | 
			
		||||
  output: {
 | 
			
		||||
    filename: '[name].js',
 | 
			
		||||
    chunkFilename: '[name]-[chunkhash].js',
 | 
			
		||||
    chunkFilename: '[name].js',
 | 
			
		||||
    path: output.path,
 | 
			
		||||
    publicPath: output.publicPath,
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user