MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/collect-token-statistic.js
|
|
@ -18,7 +18,7 @@ const EmptyElement = React.createElement('div'); |
|
|
|
const styleFiles = glob.sync( |
|
|
|
path.join( |
|
|
|
process.cwd(), |
|
|
|
'components/!(version|config-provider|icon|locale-provider|auto-complete|col|row|time-picker|)/style/index.tsx', |
|
|
|
'components/!(version|config-provider|icon|locale-provider|auto-complete|col|row|time-picker|)/style/index.?(ts|tsx)', |
|
|
|
), |
|
|
|
); |
|
|
|
|
|
|
|