mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			193 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
const path = require('path');
 | 
						|
 | 
						|
module.exports = (baseConfig, env, defaultConfig) => {
 | 
						|
  // Add custom webpack config here like:
 | 
						|
  // defaultConfig.module.rules.push
 | 
						|
 | 
						|
  return defaultConfig;
 | 
						|
};
 |