Skip to content

Instantly share code, notes, and snippets.

@Hossman333
Created August 31, 2017 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hossman333/b8cdbb8f7c570d783b70c2903be39de6 to your computer and use it in GitHub Desktop.
Save Hossman333/b8cdbb8f7c570d783b70c2903be39de6 to your computer and use it in GitHub Desktop.
devServer: {
proxy: {
"/blah**": {
target: "http://localhost:3000/",
secure: false,
pathRewrite: { "^/blah": "" }
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment