Skip to content

Instantly share code, notes, and snippets.

@mrchoke
Last active September 22, 2019 20:30
Show Gist options
  • Save mrchoke/e4e03a1dcccd080e28b35d854d6f9766 to your computer and use it in GitHub Desktop.
Save mrchoke/e4e03a1dcccd080e28b35d854d6f9766 to your computer and use it in GitHub Desktop.
module.exports = {
productionSourceMap: false,
devServer: {
compress: true,
proxy: {
'^/api': {
target: 'http://api/',
pathRewrite: { '^/api': '' },
changeOrigin: true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment