Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing trailing semicolon in bundled compressed #463

Open
giohappy opened this issue Aug 24, 2016 · 2 comments
Open

Missing trailing semicolon in bundled compressed #463

giohappy opened this issue Aug 24, 2016 · 2 comments

Comments

@giohappy
Copy link

The compressed bundle misses ending semicolon, at least for jQuery's, which can cause problems when incorporated in applications bundles.

@rnarian
Copy link

rnarian commented Jun 22, 2017

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.

@rnarian
Copy link

rnarian commented Jun 22, 2017

Okay, I just noticed this only happens wenn bundling the uncompressed files. Bundling the compressed files works fine.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants