I'm trying to install BarbaJS
with a JS bundler for my GitHub-hosted website. Using CDN, I include a line that installs BarbaJS but when I open the website I get a source map error:
Their documentation doesn't seem to mention this error.
Here is my script tag that installs the library:
<script src="https://cdn.jsdelivr.net/npm/@barba/core@2.9.7"></script>