We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c9468 commit 8b983ccCopy full SHA for 8b983cc
index.js
@@ -5,14 +5,12 @@ let viteConfig;
5
6
module.exports = function () {
7
return {
8
- name: 'lib-inject-css',
+ name: 'lib-css',
9
apply: 'build',
10
enforce: 'post',
11
-
12
configResolved (resolvedConfig) {
13
viteConfig = resolvedConfig;
14
},
15
16
writeBundle (_, bundle) {
17
const files = Object.keys(bundle);
18
const cssFile = files.find((v) => v.endsWith('.css'));
0 commit comments