django-reactjs-boilerplate
django-reactjs-boilerplate copied to clipboard
change local settings of webpack to fix error 'Unexpected token"
trafficstars
I have had this error when running weback at the end of STEP 3.

I changed the webpack.local.config.js by following this post: https://stackoverflow.com/questions/33460420/babel-loader-jsx-syntaxerror-unexpected-token?answertab=votes#tab-top
You are remove react-hot loader and the query attribute was in .babelrc file.
have you .babelrc file with presets?
Thank you so much @phamcong .