``` js b.plugin('watchify2', { entryGlob: 'page/**/index.js', basedir: '/path/to/src', }) ``` ``` bash mv /path/to/src/page/a /path/to/src/b ```