003cef9625 
								
							 
						 
						
							
							
								
								EnvironmentPlugin: Support empty env variables  
							
							
							
						 
						
							2017-03-17 16:37:43 +00:00  
				
					
						
							
							
								 
						
							
								45d9959751 
								
							 
						 
						
							
							
								
								Use double quotes  
							
							
							
						 
						
							2017-01-11 14:55:49 +01:00  
				
					
						
							
							
								 
						
							
								c335bcb095 
								
							 
						 
						
							
							
								
								fixup last commit  
							
							
							
						 
						
							2017-01-11 09:14:07 +01:00  
				
					
						
							
							
								 
						
							
								e549660ade 
								
							 
						 
						
							
							
								
								check typeof value  
							
							
							
						 
						
							2017-01-11 09:13:48 +01:00  
				
					
						
							
							
								 
						
							
								be40f6da65 
								
							 
						 
						
							
							
								
								change some constructs to ES2015  
							
							
							
						 
						
							2017-01-11 09:12:55 +01:00  
				
					
						
							
							
								 
						
							
								34cf2ac93c 
								
							 
						 
						
							
							
								
								Update link to new docs  
							
							
							
						 
						
							2017-01-09 23:26:13 +01:00  
				
					
						
							
							
								 
						
							
								5f5dbd5c95 
								
							 
						 
						
							
							
								
								Use double quotes  
							
							
							
						 
						
							2017-01-09 21:48:26 +01:00  
				
					
						
							
							
								 
						
							
								6c8e6a954c 
								
							 
						 
						
							
							
								
								Merge branch 'master' into patch-1  
							
							
							
						 
						
							2017-01-06 15:40:28 +01:00  
				
					
						
							
							
								 
						
							
								ffd3d4e90e 
								
							 
						 
						
							
							
								
								refactor(es6): refactor EnvironmentPlugin to ES6 class  
							
							
							
						 
						
							2016-12-29 17:40:53 -06:00  
				
					
						
							
							
								 
						
							
								b7bc2cc417 
								
							 
						 
						
							
							
								
								Add missing typeof  
							
							
							
						 
						
							2016-12-24 23:52:55 +00:00  
				
					
						
							
							
								 
						
							
								b25ccfc28d 
								
							 
						 
						
							
							
								
								Triple-check if value is not undefined  
							
							
							
						 
						
							2016-12-24 23:42:11 +00:00  
				
					
						
							
							
								 
						
							
								b8d0917afd 
								
							 
						 
						
							
							
								
								Use typeof to check if argument is object  
							
							
							
						 
						
							2016-12-24 23:30:38 +00:00  
				
					
						
							
							
								 
						
							
								57f4b67316 
								
							 
						 
						
							
							
								
								Remove color reset in error message  
							
							
							
						 
						
							2016-12-24 23:14:51 +00:00  
				
					
						
							
							
								 
						
							
								9f30c6e68a 
								
							 
						 
						
							
							
								
								Run through beautify  
							
							
							
						 
						
							2016-12-24 23:14:42 +00:00  
				
					
						
							
							
								 
						
							
								d7b0f31281 
								
							 
						 
						
							
							
								
								Add plugin name and help intructions to warning message  
							
							
							
						 
						
							2016-12-24 23:14:32 +00:00  
				
					
						
							
							
								 
						
							
								984b2a9000 
								
							 
						 
						
							
							
								
								Add back support for multiple arguments as keys  
							
							
							
						 
						
							2016-12-24 23:14:15 +00:00  
				
					
						
							
							
								 
						
							
								b1aa918a65 
								
							 
						 
						
							
							
								
								Remove check for this.silent  
							
							
							
						 
						
							2016-11-10 10:42:27 +01:00  
				
					
						
							
							
								 
						
							
								062daaef9c 
								
							 
						 
						
							
							
								
								Add drepecation notice for multiple arguments of strings  
							
							
							
						 
						
							2016-11-10 09:46:28 +01:00  
				
					
						
							
							
								 
						
							
								92d94307af 
								
							 
						 
						
							
							
								
								Allow object with default values to EnvironmentPlugin  
							
							
							
						 
						
							2016-11-10 09:46:24 +01:00  
				
					
						
							
							
								 
						
							
								7ffa11096d 
								
							 
						 
						
							
							
								
								Add option to silence warnings from environment plugin  
							
							... 
							
							
							
							If a process.env variable is is added to the EnvironmentPlugin but not defined, it is reported in the terminal as:
`WARNING in NODE_ENV environment variable is undefined.`
This pull request adds an option as the second argument to EnvironmentPlugin to silence the warnings.
Example:
```js
plugins: [
  new webpack.EnvironmentPlugin([
    'NODE_ENV',
  ], true),
],
``` 
							
						 
						
							2016-11-10 09:46:06 +01:00  
				
					
						
							
							
								 
						
							
								f7d799adb4 
								
							 
						 
						
							
							
								
								rebeautify without spacing after keyword  
							
							
							
						 
						
							2015-07-16 00:19:23 +02:00  
				
					
						
							
							
								 
						
							
								6171417273 
								
							 
						 
						
							
							
								
								fixed enviroment plugin test cases  
							
							
							
						 
						
							2015-01-06 23:02:44 +01:00