emosheeep/vite-plugin-lib-inject-css
Inject css at the top of chunk file in lib mode using import statement, support multiple entries.
TypeScriptMIT
Pinned issues
Code injection failed when multiple entries are importing a same style file.
#18 opened by credred
Closed3
Issues
- 3
Consider @import url()
#14 opened by emersonbottero - 1
- 3
- 1
Css still all loaded
#24 opened by youknowHRT - 7
- 4
vite-plugin-lib-inject-css not working on SSR
#12 opened by pmrotule - 20
- 5
- 4
issue while building
#20 opened by dberardo-com - 3
[Error] Cannot build Storybook with vite-plugin-lib-inject-css: TypeError "Cannot convert undefined or null to object"
#17 opened by AliVP97 - 3
- 7
"npm run build-storybook" returns error "TypeError: Cannot convert undefined or null to object"
#15 opened by xxxKOTxxx - 1
- 8
when i use input to set entries and change css name in manualChunks, inject failed
#11 opened by eveforest - 3
- 1
- 10
Replace `renderChunk` with `generateBundle` hook might be better? (vite:lib-inject-css)
#4 opened by daolanfler - 6
- 1
Can't use optional chaining
#1 opened by like-a-monkey