DEV Community

[Comment from a deleted post]
Collapse
 
tylerd81 profile image
Tyler D • Edited

I am not familiar with the library you are using, but have you tried running npm build? Looking at the webpack config in your repository it should bundle your JavaScript and insert the script tag into your index.html. It should output to the dist directory.

It kind of looks like webpack is not bundling your Javascript (which probably means npm build is not running). Your hosted project has no script tag other than Google analytics in it.

But I don't know anything about hosting on zeit or about the library you are using.