mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			252 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			252 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // NOTE: This config is used for deploy to gh-pages
 | |
| const webpack = require('webpack');
 | |
| const devConfig = require('./webpack.config');
 | |
| 
 | |
| devConfig.entry = './index';
 | |
| devConfig.plugins = [new webpack.NoEmitOnErrorsPlugin()];
 | |
| 
 | |
| module.exports = devConfig;
 |