I'm trying to use require-globify to pull in a folder of individual modules. This works great with existing files, but when I add a new one to the module folder either watchify or require-globify isn't picking it up, so the bundle isn't updated.
Does this plugin support that type of configuration? I did notice that if I go back to the file with the require glob and save it then new files are pulled in. Any ideas?
I'm trying to use require-globify to pull in a folder of individual modules. This works great with existing files, but when I add a new one to the module folder either watchify or require-globify isn't picking it up, so the bundle isn't updated.
Does this plugin support that type of configuration? I did notice that if I go back to the file with the require glob and save it then new files are pulled in. Any ideas?