mirror of https://github.com/webpack/webpack.git
				
				
				
			fix HotTestCases
This commit is contained in:
		
							parent
							
								
									51c546bb99
								
							
						
					
					
						commit
						02318377bd
					
				|  | @ -66,6 +66,8 @@ const describeCases = config => { | ||||||
| 									options.output.chunkFilename = "[name].chunk.[fullhash].js"; | 									options.output.chunkFilename = "[name].chunk.[fullhash].js"; | ||||||
| 								if (options.output.pathinfo === undefined) | 								if (options.output.pathinfo === undefined) | ||||||
| 									options.output.pathinfo = true; | 									options.output.pathinfo = true; | ||||||
|  | 								if (options.output.publicPath === undefined) | ||||||
|  | 									options.output.publicPath = ""; | ||||||
| 								if (options.output.library === undefined) | 								if (options.output.library === undefined) | ||||||
| 									options.output.library = { type: "commonjs2" }; | 									options.output.library = { type: "commonjs2" }; | ||||||
| 								if (!options.optimization) options.optimization = {}; | 								if (!options.optimization) options.optimization = {}; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue