krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
18.05k stars 766 forks source link

Prior Version Documentation #467

Closed itozer closed 4 years ago

itozer commented 4 years ago

Hello Fuse.js!

I'm still using version 3.6.1. I havn't been able to upgrade because of compatability issues with babel-loader. When I upgrade to 6.4 I get:

ERROR in ./node_modules/fuse.js/dist/fuse.esm.js Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: Unexpected token (240:2)

238 | 239 | var Config = {

240 | ...BasicOptions, | ^ 241 | ...MatchOptions, 242 | ...FuzzyOptions, 243 | ...AdvancedOptions

Any idea how to easily fix this error? If not, do you have documentation still available for version 3.6.1. I'm not sure what options are valid or not in that version.

Thanks!

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days