You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume create react app is using web pack dev server.
I would like to be able to specify http header size for it, but can't seem to find a way to do it. Can someone help?
If I am right I basically need to pass some command line parameters (related to setting http header max size) to the nodejs server which web pack dev server is running. But can't find a way to do it.