-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Object.assign not transpiled #323
Comments
@jinhucheung what files are you using? The files are run through babel and outputted to |
@rwwagner90 I get js and css files from dist. They are in the assets |
@jinhucheung I suppose we do need to ensure IE compatibility. We have it in our browserslist, but I suppose we need to do more. |
@jinhucheung to the best of your knowledge is |
@rwwagner90 Excellent, thank you! |
@jinhucheung I released 2.3.2, which should included the fix. Please give it a try! |
@rwwagner90 yes, no problem in IE11 or chrome44 👍 |
Hello Shepherd,
Thanks for your AMAZING github Project. I posted a project that it wraps the Shepherd v2.1.0 for ruby on rails.
I noticed that call
Object.assign
without Babel polyfill, such as shepherd.js#L10My app needs to be compatible with lower version browsers (IE11, chorme 44) on production
I hope the Shepherd can add Object.assign polyfill
Thanks a lot
JimCheung
The text was updated successfully, but these errors were encountered: