b9c50fdb09 
								
							 
						 
						
							
							
								
								fix jsdoc documentations  
							
							
							
						 
						
							2020-04-28 19:42:58 +02:00  
				
					
						
							
							
								 
						
							
								6a99b5316d 
								
							 
						 
						
							
							
								
								refactor: migrate on `schema-utils`  
							
							
							
						 
						
							2019-08-07 18:10:40 +03:00  
				
					
						
							
							
								 
						
							
								0505e177f1 
								
							 
						 
						
							
							
								
								add more types and fix/remove TODOs  
							
							... 
							
							
							
							change Chunk.files to Set
remove checkContext from IgnorePlugin
remove external flag from ExternalModule 
							
						 
						
							2019-06-14 10:45:56 +02:00  
				
					
						
							
							
								 
						
							
								ef9e25d8ea 
								
							 
						 
						
							
							
								
								report dependencies from resolver to the compilation  
							
							... 
							
							
							
							refactor NormalModuleFactory 
							
						 
						
							2019-01-08 15:14:25 +01:00  
				
					
						
							
							
								 
						
							
								7ffcc98487 
								
							 
						 
						
							
							
								
								Merge tag 'v4.28.2' into next  
							
							... 
							
							
							
							4.28.2 
							
						 
						
							2018-12-23 09:58:52 +01:00  
				
					
						
							
							
								 
						
							
								bc368c7611 
								
							 
						 
						
							
							
								
								fixes   #8538  
							
							
							
						 
						
							2018-12-22 13:39:26 +01:00  
				
					
						
							
							
								 
						
							
								3f71a165bf 
								
							 
						 
						
							
							
								
								Merge tag 'v4.28.1' into next  
							
							... 
							
							
							
							4.28.1 
							
						 
						
							2018-12-20 20:37:57 +01:00  
				
					
						
							
							
								 
						
							
								6c22ca2b96 
								
							 
						 
						
							
							
								
								fix issue when contextRegExp is undefined  
							
							... 
							
							
							
							fixes  #8522  
						
							2018-12-20 16:52:44 +01:00  
				
					
						
							
							
								 
						
							
								1b402bcae1 
								
							 
						 
						
							
							
								
								Merge tag 'v4.28.0' into next  
							
							... 
							
							
							
							4.28.0 
							
						 
						
							2018-12-19 14:05:17 +01:00  
				
					
						
							
							
								 
						
							
								a9d465f183 
								
							 
						 
						
							
							
								
								IgnorePlugin: add context argument to checkResource, deprecate checkContext  
							
							
							
						 
						
							2018-12-18 11:27:06 +03:00  
				
					
						
							
							
								 
						
							
								d881bb4c8f 
								
							 
						 
						
							
							
								
								Add types to various plugins  
							
							
							
						 
						
							2018-11-02 21:06:35 +01:00  
				
					
						
							
							
								 
						
							
								7db1d0ce4b 
								
							 
						 
						
							
							
								
								Remove IgnorePlugin compat layer  
							
							
							
						 
						
							2018-10-12 18:10:12 +02:00  
				
					
						
							
							
								 
						
							
								17044bf9c6 
								
							 
						 
						
							
							
								
								Merge tag 'v4.20.0' into next  
							
							... 
							
							
							
							4.20.0 
							
						 
						
							2018-09-25 16:20:42 +02:00  
				
					
						
							
							
								 
						
							
								1f6b92de3e 
								
							 
						 
						
							
							
								
								use declarations from schemas in plugins  
							
							
							
						 
						
							2018-09-21 11:04:28 +02:00  
				
					
						
							
							
								 
						
							
								c21d59f783 
								
							 
						 
						
							
							
								
								Merge tag 'v4.17.0' into next  
							
							... 
							
							
							
							4.17.0 
							
						 
						
							2018-08-21 11:02:16 +02:00  
				
					
						
							
							
								 
						
							
								6235e99248 
								
							 
						 
						
							
							
								
								feat(IgnorePlugin): allow user to provide his own check functions  
							
							... 
							
							
							
							The user can provide checkResource and checkContext functions that
will be called with current resource or context respectively.
These functions should return a boolean to decide whether the module
should be ignored or not.
Now the constructor can accept a single option object.
```
const resourceRegExp = /a_regex/
const contextRegExp = /another_regex/
// before:
new webpack.IgnorePlugin(resourceRegExp, contextRegExp)
// alternative:
new webpack.ignorePlugin({resourceRegExp, contextRegExp})
```
Note that from Webpack 5, only passing an object will be allowed,
so we could encourage people to migrate already. 
							
						 
						
							2018-08-14 17:20:10 +02:00  
				
					
						
							
							
								 
						
							
								cf5f1d723c 
								
							 
						 
						
							
							
								
								format existing code  
							
							
							
						 
						
							2018-07-30 21:29:21 +02:00  
				
					
						
							
							
								 
						
							
								559cf94edb 
								
							 
						 
						
							
							
								
								Simplify imports  
							
							
							
						 
						
							2018-07-09 15:09:00 +02:00  
				
					
						
							
							
								 
						
							
								a96ac96780 
								
							 
						 
						
							
							
								
								add type for resource and context  
							
							
							
						 
						
							2018-06-21 14:53:41 +04:00  
				
					
						
							
							
								 
						
							
								4c3f04a7cf 
								
							 
						 
						
							
							
								
								result -> TODO  
							
							
							
						 
						
							2018-06-21 14:47:15 +04:00  
				
					
						
							
							
								 
						
							
								36a7f8d4cb 
								
							 
						 
						
							
							
								
								make properties private  
							
							
							
						 
						
							2018-06-21 14:45:33 +04:00  
				
					
						
							
							
								 
						
							
								306f5c2d75 
								
							 
						 
						
							
							
								
								add types  
							
							
							
						 
						
							2018-06-21 14:28:20 +04:00  
				
					
						
							
							
								 
						
							
								5238159d21 
								
							 
						 
						
							
							
								
								run prettier on existing code  
							
							
							
						 
						
							2018-02-25 02:00:20 +01:00  
				
					
						
							
							
								 
						
							
								d16ccc9c6f 
								
							 
						 
						
							
							
								
								Use tap() instead of tapAsync() when possible  
							
							
							
						 
						
							2017-12-14 15:11:56 +01:00  
				
					
						
							
							
								 
						
							
								f737b26260 
								
							 
						 
						
							
							
								
								Remove some plugin calls  
							
							
							
						 
						
							2017-12-14 14:42:49 +01:00  
				
					
						
							
							
								 
						
							
								36c690d37f 
								
							 
						 
						
							
							
								
								Use tapable instead of 'plugin'  
							
							
							
						 
						
							2017-12-08 14:23:31 +01:00  
				
					
						
							
							
								 
						
							
								a27ef326d5 
								
							 
						 
						
							
							
								
								Upgrade tapable in ModuleFactories  
							
							
							
						 
						
							2017-11-28 09:54:24 +01:00  
				
					
						
							
							
								 
						
							
								aa172f0a35 
								
							 
						 
						
							
							
								
								Fix typo in IgnorePlugin  
							
							
							
						 
						
							2017-04-25 22:07:43 +02:00  
				
					
						
							
							
								 
						
							
								e41c0f0485 
								
							 
						 
						
							
							
								
								remove unnecessary param  
							
							
							
						 
						
							2017-04-08 23:42:10 +10:00  
				
					
						
							
							
								 
						
							
								8ad4a2004e 
								
							 
						 
						
							
							
								
								unite logic for "normal-module-factory" and "context-module-factory"  
							
							
							
						 
						
							2017-04-08 15:59:23 +10:00  
				
					
						
							
							
								 
						
							
								c4835a48dd 
								
							 
						 
						
							
							
								
								Fix trailing space  
							
							
							
						 
						
							2017-04-08 15:59:23 +10:00  
				
					
						
							
							
								 
						
							
								2baa5c3367 
								
							 
						 
						
							
							
								
								Add regexp for IgnorePlugin  
							
							
							
						 
						
							2017-04-08 15:59:23 +10:00  
				
					
						
							
							
								 
						
							
								30a4e3614f 
								
							 
						 
						
							
							
								
								use const where applicable in IgnorePlugin  
							
							
							
						 
						
							2017-02-05 10:28:53 +11:00  
				
					
						
							
							
								 
						
							
								5f6029f081 
								
							 
						 
						
							
							
								
								refactor(es6): refactor IgnorePlugin to ES6 class ( #3638 )  
							
							
							
						 
						
							2016-12-30 17:17:33 -06:00  
				
					
						
							
							
								 
						
							
								f7d799adb4 
								
							 
						 
						
							
							
								
								rebeautify without spacing after keyword  
							
							
							
						 
						
							2015-07-16 00:19:23 +02:00  
				
					
						
							
							
								 
						
							
								0a340f2b1a 
								
							 
						 
						
							
							
								
								feat(app): Beautify all lib files  
							
							
							
						 
						
							2015-07-13 01:20:09 +03:00  
				
					
						
							
							
								 
						
							
								daff7440a6 
								
							 
						 
						
							
							
								
								feat(app): Fix some obvious lint errors and warnings  
							
							
							
						 
						
							2015-07-08 15:52:41 +03:00  
				
					
						
							
							
								 
						
							
								1c0a0621f6 
								
							 
						 
						
							
							
								
								added contextRegExp to IgnorePlugin  
							
							
							
						 
						
							2014-05-26 11:36:47 +02:00  
				
					
						
							
							
								 
						
							
								7a665410ca 
								
							 
						 
						
							
							
								
								added IgnorePlugin, fixed replacement plugins  
							
							
							
						 
						
							2013-11-05 18:19:04 +01:00