Skip to content

Commit 4fc792c

Browse files
committed
refactor(manifest): improve asset tracking and manifest generation
- Extracted asset tracking logic into dedicated cssModuleHelpers utility - Added comprehensive tests for new helper functions - Improved manifest generation with better CSS asset handling - Added type safety and documentation throughout - Optimized module processing with early exit conditions
1 parent f76706b commit 4fc792c

File tree

5 files changed

+682
-272
lines changed

5 files changed

+682
-272
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"prettier": "3.3.3",
6363
"pretty-quick": "^4.0.0",
6464
"rimraf": "^6.0.1",
65+
"rollup": "^4.47.1",
6566
"vite": "^5.4.3",
6667
"vitest": "^2.1.1",
6768
"wait-on": "^8.0.1"

0 commit comments

Comments
 (0)