Skip to content

Instantly share code, notes, and snippets.

@BriFuture
Created December 26, 2018 12:18
Show Gist options
  • Save BriFuture/35ad256a7ad2abcd4de4fca88a65b7e1 to your computer and use it in GitHub Desktop.
Save BriFuture/35ad256a7ad2abcd4de4fca88a65b7e1 to your computer and use it in GitHub Desktop.
module.exports = {
devServer: {
index: 'home.html',
// user: 'user.html',
proxy: {
'/api': {
target: 'http://127.0.0.1:5050/api/',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment