We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4123f4 commit 58e48d6Copy full SHA for 58e48d6
bin/watch.js
@@ -5,7 +5,7 @@ const path = require('path');
5
const location = path.join(__dirname, '../src');
6
const destination = path.join(location, '../example/react-native-markdown-renderer');
7
8
-const watcher = chokidar.watch(location);
+const watcher = chokidar.watch(location + '/**/*');
9
watcher.on('change', dir => {
10
11
0 commit comments