How to build flexsearch.bundle.js?
I have a work-in-progress branch working on fixing #235. However, I have not been able to test my code, because I cannot build flexsearch.bundle.js. None of the build scripts in package.json seem to update it. How do I build this code?
On a windows machine within the project root folder:
npm run build:all
Probably it fails on Linux/MacOS. If so, I could fix that.
@ndrewtl Any progress on that fix? Will be very userful to make the export/import work!
I figured out that my project wasn't building because Java wasn't installed. I think we should add to the documentation somewhere that Java is a requirement for building this library. Leaving this issue open until such a documentation change can be made