mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			474 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			474 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   useBabelInstrumenter: true,
 | |
|   babelPlugins: [
 | |
|     'babel-plugin-transform-es2015-destructuring',
 | |
|     'babel-plugin-transform-es2015-parameters',
 | |
|     'babel-plugin-transform-async-to-generator',
 | |
|     'babel-plugin-transform-object-rest-spread',
 | |
|     'babel-plugin-transform-class-properties'
 | |
|   ],
 | |
|   reporters: ['lcov', 'html', 'json'],
 | |
|   excludes: ['*/mirage/**/*', '*/tests/**/*', '*/config/**/*', '*/public/**/*', '*/vendor/**/*', '*/app/actions/**']
 | |
| };
 | 
