mirror of
https://github.com/2234839/web-font.git
synced 2025-04-05 20:35:50 +08:00
🐛 修复在 linux 下样式压缩错误的问题
This commit is contained in:
parent
3ed3f8ee1a
commit
da88a99365
@ -6,6 +6,9 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
|
|||||||
'./static/**/*.svelte',
|
'./static/**/*.svelte',
|
||||||
'./static/**/*.js',
|
'./static/**/*.js',
|
||||||
'./static/**/*.ts',
|
'./static/**/*.ts',
|
||||||
|
'./static/*.svelte',
|
||||||
|
'./static/*.js',
|
||||||
|
'./static/*.ts',
|
||||||
// etc.
|
// etc.
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user