Skip to content

Commit

Permalink
update: change webpack dev config to refactor legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
iso9000t committed Jan 19, 2025
1 parent 471ae33 commit bbe44f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webpack/dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = () => {
{
context: ['/composite', '/api/', '/uat/'],
target: process.env.PROXY_PATH,
bypass(req) {
onProxyReq: (proxyReq, req) => {
console.log(`proxy url: ${req.url}`);
},
},
Expand Down

0 comments on commit bbe44f8

Please sign in to comment.