-
Notifications
You must be signed in to change notification settings - Fork 291
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
Module Parse Error #32
Comments
You are pointing babel loader to |
The regex |
I second the comment by @calvinrachuy I have been unable to use ES6 imports in a webpack config file even after much research. There seems to be no consistent solution that works all the time. Requiring |
Hm, I find this rather strange. Running Babel is the one thing that has been very consistent experience for me, though there are many pitfalls in Webpack. But when you install this boilerplate and just run it.. it does not work? |
Using es6 for webpack.config.babel.js which looks like
app/main.js looks like
On running
npm start
I get the error:The text was updated successfully, but these errors were encountered: