| 
									
										
										
										
											2025-07-16 22:29:28 +08:00
										 |  |  | "use strict"; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-25 08:16:11 +08:00
										 |  |  | const { describeCases } = require("./TestCases.template"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | describe("TestCases", () => { | 
					
						
							|  |  |  | 	describeCases({ | 
					
						
							|  |  |  | 		name: "all-combined", | 
					
						
							|  |  |  | 		mode: "production", | 
					
						
							| 
									
										
										
										
											2019-09-12 19:54:34 +08:00
										 |  |  | 		devtool: "source-map", | 
					
						
							| 
									
										
										
										
											2018-02-25 08:16:11 +08:00
										 |  |  | 		minimize: true, | 
					
						
							| 
									
										
										
										
											2018-09-03 19:55:05 +08:00
										 |  |  | 		optimization: { | 
					
						
							|  |  |  | 			moduleIds: "named", | 
					
						
							|  |  |  | 			chunkIds: "named" | 
					
						
							|  |  |  | 		}, | 
					
						
							| 
									
										
										
										
											2021-07-15 20:51:52 +08:00
										 |  |  | 		plugins: [ | 
					
						
							| 
									
										
										
										
											2025-07-17 00:13:14 +08:00
										 |  |  | 			(c) => { | 
					
						
							| 
									
										
										
										
											2021-07-15 20:51:52 +08:00
										 |  |  | 				const webpack = require(".."); | 
					
						
							| 
									
										
										
										
											2025-07-02 20:10:54 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-15 20:51:52 +08:00
										 |  |  | 				new webpack.HotModuleReplacementPlugin().apply(c); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		] | 
					
						
							| 
									
										
										
										
											2018-02-25 08:16:11 +08:00
										 |  |  | 	}); | 
					
						
							|  |  |  | }); |