9669c9e013 
								
							 
						 
						
							
							
								
								Use Parser#hooks instead of Tapable#plugin  
							
							
							
						 
						
							2017-12-21 09:08:10 +01:00  
				
					
						
							
							
								 
						
							
								08ddad2e10 
								
							 
						 
						
							
							
								
								Replace NormalModuleFactory#plugin() calls  
							
							
							
						 
						
							2017-12-14 14:42:49 +01:00  
				
					
						
							
							
								 
						
							
								36c690d37f 
								
							 
						 
						
							
							
								
								Use tapable instead of 'plugin'  
							
							
							
						 
						
							2017-12-08 14:23:31 +01:00  
				
					
						
							
							
								 
						
							
								00f2b5ede7 
								
							 
						 
						
							
							
								
								advanced module type refactoring  
							
							... 
							
							
							
							added json type
.mjs default to javascript/esm type
adjusted parser plugins to react on module type 
							
						 
						
							2017-11-11 19:27:19 +01:00  
				
					
						
							
							
								 
						
							
								f7c2f8e470 
								
							 
						 
						
							
							
								
								Update code style to arrow functions  
							
							
							
						 
						
							2017-11-08 11:56:01 +01:00  
				
					
						
							
							
								 
						
							
								82eec175af 
								
							 
						 
						
							
							
								
								convert more usages of BasicEvaluatedExpression with ParserHelpers  
							
							
							
						 
						
							2017-01-21 13:51:35 +11:00  
				
					
						
							
							
								 
						
							
								8e69a80847 
								
							 
						 
						
							
							
								
								code linting  
							
							
							
						 
						
							2017-01-11 12:29:01 +01:00  
				
					
						
							
							
								 
						
							
								ef8c6fb179 
								
							 
						 
						
							
							
								
								refactor(ConstPlugin): upgrade to ES6 ( #3845 )  
							
							
							
						 
						
							2017-01-08 12:07:44 -06:00  
				
					
						
							
							
								 
						
							
								ec262a4007 
								
							 
						 
						
							
							
								
								refactoring: moved parser instancation into NormalModuleFactory  
							
							... 
							
							
							
							breaking change: compiler.parser must no longer be used. Use this instead:
``` js
compiler.plugin("compilation", function(compilation, params) {
  params.normalModuleFactory.plugin("parser", function(parser, parserOptions) {
    parser.plugin(/* ... */);
  });
});
```
required for #2978  
							
						 
						
							2016-09-15 00:22:10 +02:00  
				
					
						
							
							
								 
						
							
								1c961afe7b 
								
							 
						 
						
							
							
								
								fixed small issues with new loader-runner  
							
							
							
						 
						
							2015-12-30 16:39:10 +01:00  
				
					
						
							
							
								 
						
							
								dd73373d86 
								
							 
						 
						
							
							
								
								fixed   #1044  and  fixed   #1244  
							
							
							
						 
						
							2015-07-22 23:40:46 +02: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  
				
					
						
							
							
								 
						
							
								d3a7994e35 
								
							 
						 
						
							
							
								
								expose `loc` for every Dependency  
							
							
							
						 
						
							2015-05-10 18:31:58 +02:00  
				
					
						
							
							
								 
						
							
								cebd3b9722 
								
							 
						 
						
							
							
								
								added linting  
							
							
							
						 
						
							2015-04-23 23:55:50 +02:00  
				
					
						
							
							
								 
						
							
								a37948d114 
								
							 
						 
						
							
							
								
								added options.define, evaluate conditionals,  fixes   #99  
							
							
							
						 
						
							2013-09-13 11:17:57 +02:00  
				
					
						
							
							
								 
						
							
								c88bce3b08 
								
							 
						 
						
							
							
								
								use variable for __resourceQuery  
							
							
							
						 
						
							2013-02-17 10:30:47 +01:00  
				
					
						
							
							
								 
						
							
								2183f05db8 
								
							 
						 
						
							
							
								
								added __resourceQuery, __dir/__filename compile time constant  
							
							
							
						 
						
							2013-02-16 22:23:22 +01:00  
				
					
						
							
							
								 
						
							
								ee01837d66 
								
							 
						 
						
							
							
								
								Refactored everything for 0.9  
							
							
							
						 
						
							2013-01-30 18:49:25 +01:00