We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The compressed bundle misses ending semicolon, at least for jQuery's, which can cause problems when incorporated in applications bundles.
The text was updated successfully, but these errors were encountered:
I just ran into the same issue. Tried to bundle using gulp.
Console is showing the following error:
Uncaught TypeError: (intermediate value)(...) is not a function at main.min.5229.js:4
I narrowed it down to the one missing semicolon @giohappy is talking about.
Sorry, something went wrong.
Okay, I just noticed this only happens wenn bundling the uncompressed files. Bundling the compressed files works fine.
No branches or pull requests
The compressed bundle misses ending semicolon, at least for jQuery's, which can cause problems when incorporated in applications bundles.
The text was updated successfully, but these errors were encountered: