UI: webpack build increase memory limit
This commit is contained in:
		
							parent
							
								
									99c99dcfe3
								
							
						
					
					
						commit
						9a85e5aeab
					
				@ -11,7 +11,7 @@
 | 
			
		||||
  ],
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "start": "babel-node --max_old_space_size=4096 server.js",
 | 
			
		||||
    "build": "cross-env NODE_ENV=production webpack"
 | 
			
		||||
    "build": "cross-env NODE_ENV=production --max_old_space_size=4096 webpack"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@flowjs/ng-flow": "^2.7.1",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user