-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in browser #7
Comments
Can you please provide a reproduciable example because I've got it working without any issues here using the latest version: https://jsfiddle.net/cr0dez8q/ |
https://jsfiddle.net/o37kyac2/ pasted another library (tingle js) I think the problem is exports = {} in your library (webpack doing i assume) |
Same issue when mixing this e.g. with nprogress. It is fairly common to see code like this:
The presense of In this instance I could just reverse the order in which scripts are loaded, but regardless, cluttering the global |
Same issue when including dist/js in a script tag along with with Pace.js |
I use bs5-utils with the dist/js in a script tag
With the last version i have some problem with other library...
this error popup loading a library after bs5-utils:
module is not defined
With the previous version no problem. I can also fix this error putting bs5 tag last
The text was updated successfully, but these errors were encountered: