Skip to content

Commit

Permalink
feat: update devServer.proxy.bypass return undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
BH-M87 committed Apr 9, 2019
1 parent 45926e1 commit 0d03ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/_cool.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
) {
return originalUrl;
}
return false;
return undefined;
},
},
},
Expand Down

0 comments on commit 0d03ff8

Please sign in to comment.