mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var config = require('./webpack.base.config');
 | |
| 
 | |
| config.devtool = 'eval-source-map';
 | |
| config.devServer = {
 | |
|   noInfo: true
 | |
| };
 | |
| 
 | |
| module.exports = config; |