mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import { jsConfig } from './webpack.config.base'
 | 
						|
 | 
						|
const minConfig = jsConfig()
 | 
						|
minConfig.mode = 'production'
 | 
						|
minConfig.output.filename = '[name].min.js'
 | 
						|
 | 
						|
export default [minConfig]
 |