🐛 修复在 linux 下样式压缩错误的问题

This commit is contained in:
远程支持 2020-03-21 17:16:46 +08:00
parent 3ed3f8ee1a
commit da88a99365

View File

@ -6,6 +6,9 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
'./static/**/*.svelte',
'./static/**/*.js',
'./static/**/*.ts',
'./static/*.svelte',
'./static/*.js',
'./static/*.ts',
// etc.
],