mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05: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:
parent
506820435c
commit
e9a7ebaf67
1 changed files with 2 additions and 0 deletions
|
@ -70,12 +70,14 @@ parts:
|
||||||
node-packages:
|
node-packages:
|
||||||
- "@babel/cli"
|
- "@babel/cli"
|
||||||
- "@babel/core"
|
- "@babel/core"
|
||||||
|
- postcss
|
||||||
- postcss-cli
|
- postcss-cli
|
||||||
filesets:
|
filesets:
|
||||||
node:
|
node:
|
||||||
- bin/node
|
- bin/node
|
||||||
postcss:
|
postcss:
|
||||||
- bin/postcss
|
- bin/postcss
|
||||||
|
- lib/node_modules/postcss/*
|
||||||
- lib/node_modules/postcss-cli/*
|
- lib/node_modules/postcss-cli/*
|
||||||
babel:
|
babel:
|
||||||
- bin/babel
|
- bin/babel
|
||||||
|
|
Loading…
Reference in a new issue