(config: ResolvedConfig)
| 285 | >() |
| 286 | |
| 287 | function encodePublicUrlsInCSS(config: ResolvedConfig) { |
| 288 | return config.command === 'build' |
| 289 | } |
| 290 | |
| 291 | const cssUrlAssetRE = /__VITE_CSS_URL__([\da-f]+)__/g |
| 292 |
no outgoing calls
no test coverage detected