mirror of https://github.com/webpack/webpack.git
				
				
				
			fixing code style issue
This commit is contained in:
		
							parent
							
								
									68acd41bff
								
							
						
					
					
						commit
						f0b81cbd34
					
				|  | @ -54,7 +54,9 @@ ModuleFilenameHelpers.createFilename = function createFilename(module, options, | |||
| 	const opts = Object.assign({ | ||||
| 		namespace: "", | ||||
| 		moduleFilenameTemplate: "" | ||||
| 	}, typeof options === "object" ? options : { moduleFilenameTemplate: options }); | ||||
| 	}, typeof options === "object" ? options : { | ||||
| 		moduleFilenameTemplate: options | ||||
| 	}); | ||||
| 
 | ||||
| 	let absoluteResourcePath; | ||||
| 	let hash; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue