mirror of https://github.com/webpack/webpack.git
				
				
				
			fix: test skipped by mistake
This commit is contained in:
		
							parent
							
								
									f8eee102c2
								
							
						
					
					
						commit
						52db187532
					
				|  | @ -1,5 +1,3 @@ | ||||||
| module.exports = function (config) { | module.exports = function (config) { | ||||||
| 	if (config.target !== "web") { | 	return config.target === "web"; | ||||||
| 		return false; |  | ||||||
| 	} |  | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | @ -1,5 +1,3 @@ | ||||||
| module.exports = function (config) { | module.exports = function (config) { | ||||||
| 	if (config.target !== "web") { | 	return config.target === "web"; | ||||||
| 		return false; |  | ||||||
| 	} |  | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | @ -1,5 +1,3 @@ | ||||||
| module.exports = function (config) { | module.exports = function (config) { | ||||||
| 	if (config.target !== "web") { | 	return config.target === "web"; | ||||||
| 		return false; |  | ||||||
| 	} |  | ||||||
| }; | }; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue