mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			349 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			349 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/electron/build/webpack/webpack.config.base.js
 | |
| +++ b/electron/build/webpack/webpack.config.base.js
 | |
| @@ -117,7 +117,8 @@
 | |
|        entry,
 | |
|        target: alwaysHasNode ? 'node' : 'web',
 | |
|        output: {
 | |
| -        filename: outputFilename
 | |
| +        filename: outputFilename,
 | |
| +        hashFunction: 'sha256'
 | |
|        },
 | |
|        resolve: {
 | |
|          alias: {
 |