Skip to content

Commit

Permalink
移除 file change 的 log
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Aug 29, 2024
1 parent 7d037f2 commit 0052262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pages-json/src/vite/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function viteUniPagesJson(userConfig: UserConfig = {}): Plugin {
if (s.hasChanged()) {
const code = s.toString();

debug.watcher({ code });
// debug.watcher({ code });
return {
code,
map: s.generateMap({
Expand Down

0 comments on commit 0052262

Please sign in to comment.