-
Notifications
You must be signed in to change notification settings - Fork 690
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
Clojure compiler warning #444
Comments
Thanks! I wonder if switching to something like rollup instead of browserify would fix this. |
Yep. Using Rollup fix this. I use it. |
I just wonder if this is considered a "breaking change" or not. Can't think of a reason why it would be... |
For me, I only consider that it's a "breaking change" when it implies changes in end use. If the way developers use the library does not change, changing the way the maintainers develop it is not considered a "breaking change", IMHO. |
This switches to using rollup for the build. This fixes #444 among other things.
This switches to using rollup for the build. This fixes #444 among other things.
When compiling JS which uses page.js it has the following annoying warning:
Would be cool to replace "!function(...){..}(...)" by "(function(...){...})(...)".
The text was updated successfully, but these errors were encountered: