Skip to content

Commit

Permalink
Merge pull request #99 from bensengupta/master
Browse files Browse the repository at this point in the history
Remove `console.log` in `configResolved`
  • Loading branch information
activeguild authored Jul 25, 2024
2 parents 64b911e + 34bb43c commit 81679ba
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

1 comment on commit 81679ba

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundled size for the package is listed below:

dist: 42.97 KB

Please sign in to comment.