We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ce9671 + 6b27ca7 commit d7ff752Copy full SHA for d7ff752
docs/config/README.md
@@ -330,12 +330,12 @@ module.exports = {
330
module.exports = {
331
devServer: {
332
proxy: {
333
- '/api': {
+ '^/api': {
334
target: '<url>',
335
ws: true,
336
changeOrigin: true
337
},
338
- '/foo': {
+ '^/foo': {
339
target: '<other_url>'
340
}
341
packages/@vue/cli-ui/apollo-server/connectors/plugins.js
@@ -453,7 +453,7 @@ function runInvoke (id, context) {
453
installationStep = 'diff'
454
455
notify({
456
- title: `Plugin invoke sucess`,
+ title: `Plugin invoked successfully`,
457
message: `Plugin ${id} invoked successfully`,
458
icon: 'done'
459
})
0 commit comments