-
Notifications
You must be signed in to change notification settings - Fork 82
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
Uncaught TypeError: Cannot define property:__Rewire__, object is not extensible. #24
Comments
Same happens under OS X with the react-router branch. |
@azangru Progress? Thanks for your work on this. |
I've got the same issue here; happens when I use react-router in the seed project. Is there any way to fix this? I'm also able to run the production code, just not development. |
I am having the same problem here (OS X, |
Quick fix is to remove the rewire plugin parameter in https://github.com/badsyntax/react-seed/blob/feature/react-router/webpack/loaders.js#L49 |
Thanks @fredriklaason, that worked for me. |
When I run:
The browser window pops up but the page that loads is blank and the following be found in the javascript console:
If I build the app using:
And then load the resulting
build/index.html
in the browser, the app works.Windows 7 using an MSYS Git Bash shell to run the npm/node commands.
The text was updated successfully, but these errors were encountered: