|  | @@ -6,7 +6,7 @@ module.exports = {
 | 
	
		
			
			| 6 | 6 |      env: require('./prod.env'),
 | 
	
		
			
			| 7 | 7 |      index: path.resolve(__dirname, '../dist/index.html'),
 | 
	
		
			
			| 8 | 8 |      assetsRoot: path.resolve(__dirname, '../dist'),
 | 
	
		
			
			| 9 |  | -    assetsSubDirectory: 'static',
 | 
	
		
			
			|  | 9 | +    assetsSubDirectory: './static',
 | 
	
		
			
			| 10 | 10 |      assetsPublicPath: './',
 | 
	
		
			
			| 11 | 11 |      productionSourceMap: true,
 | 
	
		
			
			| 12 | 12 |      // Gzip off by default as many popular static hosts such as
 |