Skip to content

Commit 8feb6a7

Browse files
authored
Ignore .geojson files by default (#17700)
Resolves #17699 GeoJSON files are giant JSON files for geographic data structures and will never contain Tailwind classes, but because they are often huge they will slow down the build a lot if scanned. --------- Co-authored-by: Adam Wathan <[email protected]>
1 parent adcf1de commit 8feb6a7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Don't scan `.geojson` files for classes by default ([#17700](https://github.com/tailwindlabs/tailwindcss/pull/17700))
1113

1214
## [4.1.4] - 2025-04-14
1315

crates/oxide/src/scanner/fixtures/binary-extensions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ fpx
7777
fst
7878
fvt
7979
g3
80+
geojson
8081
gh
8182
gif
8283
graffle

0 commit comments

Comments
 (0)