Open ndrewtl opened 3 years ago
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
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 inpackage.json
seem to update it. How do I build this code?