I’m using a few things from NPM (Algolia search, Mermaid.JS, Feather Icons) and I’ve successfully bundled them all together with no issues once deployed.
When running my local hugo server, or even the netlify dev server, things like Mermaid.JS and algolia don’t load on my site.
To reiterate, it’s only on local environments. Once deployed, they work perfectly fine. Obviously this presents a bit of trouble when trying to tweak their settings.
Is there any reason these resources wouldn’t be loading in my local environment?