Replies: 1 comment
-
never mind seems like it's coming from preact after all |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using bootstrap Tabs with webpack and microbundle to make it standalone library. Import looks like this:
but after js get transpiled using webpack in global scope a function appears:
might be a left over from jquery drop or something, but how to get rid of it. Thing is it overrrides $ in the global scope and all other scripts that use jquery break
Beta Was this translation helpful? Give feedback.
All reactions