-
Notifications
You must be signed in to change notification settings - Fork 712
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
Update package.json #2017
Update package.json #2017
Conversation
But most of the UI seems to be working fine. |
I'd say that's a hard requirement. |
c27407f
to
5ad11ef
Compare
@foot @davkal PTAL: I think I managed to make it work without new WebpackDevServer(webpack(config), {
hot: true,
noInfo: true,
historyApiFallback: true,
stats: 'errors-only',
// We need the access from the express server for the hot-loader.
// See: https://github.com/gaearon/react-hot-loader/issues/56
headers: { "Access-Control-Allow-Origin": '*' },
}).listen(4041, '0.0.0.0', function (err, result) { Without this |
Yeah the cross origin stuff looks fine.
It would be good to fix both the above but we could move them into new issues at this stage. |
The only two things I didn't update are:
I used http://npm.click/ for libraries' version comparison.