Using lunr in Angular 15? – Javascript
Using lunr to index posts in Angular. Prior to Angular 15 importing it like this worked. import * as lunr from 'lunr'; After upgrading to Angular 15 it errors. ERROR Error: lunr is not a function I recreated the error…