-
Notifications
You must be signed in to change notification settings - Fork 76
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
Webpack #6
Comments
I think it's because of object rest spread in babel has changed in order to work by specification. |
Change order no change error. i think the error is in the syntax. he cannot accept to build ...var version of webpack ? My loader can make this problems ?
|
Im not sure that loader in your example uses the presets section below, so without stage-x preset object spread will not work for you. |
you have right, i test to use babel rest spread transform. thank for your time |
all is good 👍 i just add babel rest spread transform thank |
Hello i try to use this with webpack but i have one error on GMap file
Module build failed: SyntaxError: C:/js/components/maps/GMap.js: Unexpected token (34:22)
32 | >
33 | {
Do you have an idea for this ? i have same error on ...cluster
The text was updated successfully, but these errors were encountered: