11c2865c64 
								
							 
						 
						
							
							
								
								refactor(ES6): upgrade APIPlugin to ES6 ( #3675 )  
							
							... 
							
							
							
							* refactor(ES6): upgrade APIPlugin to ES6 
							
						 
						
							2017-01-02 11:00:08 -06:00  
				
					
						
							
							
								 
						
							
								5a4e39fe71 
								
							 
						 
						
							
							
								
								added nonce capability  
							
							... 
							
							
							
							change expected outputs of stats cases so they match new output
added nonce test to browser tests 
							
						 
						
							2016-11-23 12:53:56 -08: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  
				
					
						
							
							
								 
						
							
								431a4c791c 
								
							 
						 
						
							
							
								
								Merge branch 'master' into webpack-2  
							
							... 
							
							
							
							Conflicts:
	hot/dev-server.js
	hot/only-dev-server.js
	hot/poll.js
	hot/signal.js
	lib/ChunkTemplate.js
	lib/HotModuleReplacement.runtime.js
	lib/HotModuleReplacementPlugin.js
	lib/JsonpMainTemplatePlugin.js
	lib/MainTemplate.js
	lib/NormalModule.js
	lib/Parser.js
	lib/RecordIdsPlugin.js
	lib/WebpackOptionsApply.js
	lib/dependencies/RequireEnsureDependency.js
	lib/node/OldNodeWatchFileSystem.js
	lib/optimize/OccurrenceOrderPlugin.js
	package.json 
							
						 
						
							2015-07-17 09:30:37 +02:00  
				
					
						
							
							
								 
						
							
								0a340f2b1a 
								
							 
						 
						
							
							
								
								feat(app): Beautify all lib files  
							
							
							
						 
						
							2015-07-13 01:20:09 +03:00  
				
					
						
							
							
								 
						
							
								5594eab317 
								
							 
						 
						
							
							
								
								feat(app): Improve eslint and jsbeautify  
							
							
							
						 
						
							2015-07-08 15:16:50 +03:00  
				
					
						
							
							
								 
						
							
								2245c4acca 
								
							 
						 
						
							
							
								
								Promise based chunk loading API  
							
							... 
							
							
							
							don't flag entry module with `0` id anymore
use extra argument in chunk instead
this allows to require entry points 
							
						 
						
							2015-06-13 11:45:28 +02:00  
				
					
						
							
							
								 
						
							
								1231c17fd4 
								
							 
						 
						
							
							
								
								better criteria for modules without require fn  
							
							
							
						 
						
							2015-05-31 23:28:24 +02:00  
				
					
						
							
							
								 
						
							
								cebd3b9722 
								
							 
						 
						
							
							
								
								added linting  
							
							
							
						 
						
							2015-04-23 23:55:50 +02:00  
				
					
						
							
							
								 
						
							
								a70f91499a 
								
							 
						 
						
							
							
								
								Allow mixing different webpack versions  
							
							
							
						 
						
							2014-06-18 10:59:54 +02:00  
				
					
						
							
							
								 
						
							
								8e44685ac1 
								
							 
						 
						
							
							
								
								add __non_webpack_require__ to API  
							
							
							
						 
						
							2014-03-10 13:40:20 +01:00  
				
					
						
							
							
								 
						
							
								0fea43b4cb 
								
							 
						 
						
							
							
								
								rename generated require to __webpack_require__  
							
							... 
							
							
							
							fixes  #141 
fixes  RubenVerborgh/N3.js#18  
						
							2014-03-03 14:56:17 +01:00  
				
					
						
							
							
								 
						
							
								4b9472b24d 
								
							 
						 
						
							
							
								
								save bytes  #135  
							
							
							
						 
						
							2013-12-13 12:58:10 +01:00  
				
					
						
							
							
								 
						
							
								58586f8ae2 
								
							 
						 
						
							
							
								
								make it webpack-able  
							
							
							
						 
						
							2013-07-10 23:20:07 +02:00  
				
					
						
							
							
								 
						
							
								64af867150 
								
							 
						 
						
							
							
								
								added require.js stuff, fixed progress  
							
							
							
						 
						
							2013-02-13 21:24:00 +01:00  
				
					
						
							
							
								 
						
							
								ee01837d66 
								
							 
						 
						
							
							
								
								Refactored everything for 0.9  
							
							
							
						 
						
							2013-01-30 18:49:25 +01:00