mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	NO longer opens a new window and changed port 8000 -> 8080.
This commit is contained in:
		@@ -33,9 +33,8 @@ const webpackConfig = merge(commonConfig(true), {
 | 
				
			|||||||
    compress: true,
 | 
					    compress: true,
 | 
				
			||||||
    historyApiFallback: true,
 | 
					    historyApiFallback: true,
 | 
				
			||||||
    hot: true,
 | 
					    hot: true,
 | 
				
			||||||
    open: true,
 | 
					 | 
				
			||||||
    overlay: true,
 | 
					    overlay: true,
 | 
				
			||||||
    port: 8000,
 | 
					    port: 8080,
 | 
				
			||||||
    stats: {
 | 
					    stats: {
 | 
				
			||||||
      normal: true
 | 
					      normal: true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user