Skip to content

Commit e90126b

Browse files
chore: cleanup
1 parent 84de2f0 commit e90126b

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,11 +487,10 @@ export function generate(userConfig: UserConfig = {}): PreprocessorGroup {
487487
})
488488
// console.log(config)
489489

490-
// windiGenerator.setConfig({
491-
// theme: config.theme,
492-
// safelist: [''],
493-
// // preprocess: config.preprocess,
494-
// })
490+
windiGenerator.setConfig({
491+
theme: config.theme,
492+
// preprocess: config.preprocess,
493+
})
495494
windiConfiguration = config
496495
}
497496

0 commit comments

Comments
 (0)