Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Problem with fuse.js #1974

Open
tungd opened this issue Jan 13, 2021 · 0 comments
Open

Problem with fuse.js #1974

tungd opened this issue Jan 13, 2021 · 0 comments

Comments

@tungd
Copy link
Contributor

tungd commented Jan 13, 2021

I have problem using https://fusejs.io in a project. With Fusebox 4.0.0, whenever it started it thinks that configuration has been changed thus it will delete the cache and bail.

The workaround at the moment is to make watcher ignore fuse.js:

{
   ...
   watcher: {
     ignore: ['node_modules/fuse.js', 'tsconfig.json']
   }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants