-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue on dev-server-client build #9
Comments
Weird, I can not figure out what is going on, so you can avoid it by including this at beginning and end: Try into routes.js
but it does not fix the problem, just escape some eslint checks. can you share your routes.js |
|
hmm difficult, I have removed my node_modules folder, fetch modules again and I can not reproduce, looks like it is caused by sourcemap somewhere. |
Found the problem Tried latest version of acorn but that didn't work either so I had to explicitly put 1.0.3 for acorn jsx version in the package.json for babel-core and rm -rf node_modules/acorn-jsx && npm install in the node_modules/babel-core directory |
nice catch, what do you think I could do to resolve it ? another question, does this project fits well your need, what should be improved ? thx |
2.I'm using this project as a test case by building an analytics app which queries elastic search. I am using a form in react to query elasticsearch (with an interface to elasticsearch as part of an api node exposes) and integrating d3 into the react components and displaying them on the screen. Once this works, I am looking into switching another app (our main front end app) from angular-es6/with jspm to isomorphic react/alt/immutable for performance gains. Mostly I am interested in the performance benefits of the isomorphic approach along with the developer ergonomics and maintainability of react along with a better understanding of the trend towards and benefits of immutable data types. |
hi @dfcarpenter thank your for these details, I will update dependencies asap to my mind flux approach combined with immutable data types avoid bad side effect. some good reasons explained here by instance : |
Trying to figure out what is going wrong but keep getting an error on webpack build
The text was updated successfully, but these errors were encountered: