Skip to content
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

Update 0.34.1 -> 0.34.8: broken bundle (var var) #854

Closed
efender opened this issue Aug 15, 2016 · 2 comments
Closed

Update 0.34.1 -> 0.34.8: broken bundle (var var) #854

efender opened this issue Aug 15, 2016 · 2 comments

Comments

@efender
Copy link
Contributor

efender commented Aug 15, 2016

And lodash (4.14.1) again )
With Rollup 0.34.1 - bundle is OK.

app.js

import baseKeysIn from './lodash-es/_baseKeysIn.js';

bundle.js

...
    /** Built-in value references. */
  var   var enumerate = Reflect ? Reflect.enumerate : undefined;;
  var   var propertyIsEnumerable = objectProto.propertyIsEnumerable;;
...

config default, no plugins

rollup( {
  entry: appFile
}.then(...

Tnahks uglifyjs! :)
1471290484190

@Rich-Harris
Copy link
Contributor

That's very odd, and I can't seem to reproduce it (attempted here) – could you create a repo (or fork mine) to show the problem, or better yet reproduce it on rollupjs.org? Thanks

@efender
Copy link
Contributor Author

efender commented Aug 16, 2016

Yes, you are right, your test is OK for me too.
I'll test my project later.
Thanks!

@efender efender closed this as completed Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants