Skip to content

Commit c2601bc

Browse files
committed
feat: enable rspack nativeWatcher by default
1 parent 2db53a9 commit c2601bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/plugins/basic.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export const pluginBasic = (): RsbuildPlugin => ({
101101
force: false,
102102
},
103103
},
104+
// enable native-watcher by default
105+
nativeWatcher: true,
104106
});
105107
}
106108

0 commit comments

Comments
 (0)