Skip to content

Commit

Permalink
Remove console.log in configResolved
Browse files Browse the repository at this point in the history
  • Loading branch information
bensengupta committed Jul 24, 2024
1 parent 64b911e commit 34bb43c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function Plugin(option: PluginOptions = {}): VitePlugin {
return {
name: 'vite-plugin-sass-dts',
async configResolved(config) {
console.log('config.root :>> ', config.root)
const prettierOptions =
(await resolveConfig(option.prettierFilePath || config.root)) || {}
cacheConfig = {
Expand Down

0 comments on commit 34bb43c

Please sign in to comment.