UNPKG

vite-plugin-lib-inject-css

Version:

Inject css at the top of chunk file in lib mode using `import` statement, support multiple entries.

9 lines (6 loc) 192 B
import { Plugin } from 'vite'; /** * Inject css at the top of each generated chunk file, only works with library mode. */ declare function libInjectCss(): Plugin; export { libInjectCss };