mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	snap: Install postcss v8 explicitly as it is now a peer dependency
Fix Snap build failures since 2020-09-21
This commit is contained in:
		@@ -70,12 +70,14 @@ parts:
 | 
			
		||||
    node-packages:
 | 
			
		||||
        - "@babel/cli"
 | 
			
		||||
        - "@babel/core"
 | 
			
		||||
        - postcss
 | 
			
		||||
        - postcss-cli
 | 
			
		||||
    filesets:
 | 
			
		||||
      node:
 | 
			
		||||
        - bin/node
 | 
			
		||||
      postcss:
 | 
			
		||||
        - bin/postcss
 | 
			
		||||
        - lib/node_modules/postcss/*
 | 
			
		||||
        - lib/node_modules/postcss-cli/*
 | 
			
		||||
      babel:
 | 
			
		||||
        - bin/babel
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user