stylesuxx / generator-react-webpack-redux

React Webpack Generator including Redux support
Other
552 stars 84 forks source link

npm start have a error? #77

Closed luojinghui closed 7 years ago

luojinghui commented 7 years ago
ERROR in ./client.js
Module parse failed: /Users/luojinghui/projects/react-questions/src/client.js Unexpected token (11:2)
You may need an appropriate loader to handle this file type.
|
| ReactDOM.render(
|   <AppContainer>
|     <Provider store={store}>
|       <App />
 @ multi main

how to resolve?

raza2022 commented 7 years ago

@luojinghui it's about missing a loader in config as i think.

luojinghui commented 7 years ago

@raza2022 ok,I re-executed npm install,then it's working.thanks

raza2022 commented 7 years ago

@luojinghui great so you can close the issue as well