-
-
Notifications
You must be signed in to change notification settings - Fork 485
Babel polyfills missing #13
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
Comments
@alexfedoseev We might have missed the babel runtime? |
@justin808 Yep, we should do it. I guess it's an issue for Node |
@alexfedoseev yep you guessed it, my node version is |
@christemple @justin808 I investigated this issue and I added
/cc: @AllenFang |
Updated to 1.0.3 and removed my own babel-polyfill dependency and can confirm it's working 👍 Thanks guys |
the problem comes back on 1.0.6 and 1.0.9 :( |
I have to go back to 1.0.3 |
Hi guys,
I just tried cloning and trying out the examples and run into an issue.
It seems that areas of your code are using ES6 features that require babels polyfills which are not included, for example the
Array.prototype.find
method, examples of which are used here:https://github.com/shakacode/bootstrap-loader/blob/master/src/utils/processStyleLoaders.js#L28-L31
If I add the babel polyfills as a precursor to using bootstrap-loader in my webpack config file it works.
Is this something you guys have seen before?
Thanks,
Chris Temple
The text was updated successfully, but these errors were encountered: