Skip to content

Commit 8b983cc

Browse files
committed
rename
1 parent 42c9468 commit 8b983cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ let viteConfig;
55

66
module.exports = function () {
77
return {
8-
name: 'lib-inject-css',
8+
name: 'lib-css',
99
apply: 'build',
1010
enforce: 'post',
11-
1211
configResolved (resolvedConfig) {
1312
viteConfig = resolvedConfig;
1413
},
15-
1614
writeBundle (_, bundle) {
1715
const files = Object.keys(bundle);
1816
const cssFile = files.find((v) => v.endsWith('.css'));

0 commit comments

Comments
 (0)