Skip to content

Commit 50c5932

Browse files
committed
Merge branch 'master' into yo-office-prerelease
2 parents 023ad32 + eaba90c commit 50c5932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "Excel Desktop (Custom Functions)",
4747
"type": "node",
4848
"request": "attach",
49-
"port": 9229,
49+
"port": 9223,
5050
"timeout": 600000,
5151
"preLaunchTask": "Debug: Excel Desktop",
5252
"postDebugTask": "Stop Debug",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = async (env, options) => {
9191
if (dev) {
9292
return content;
9393
} else {
94-
return content.toString().replace(new RegExp(urlDev, "g"), urlProd);
94+
return content.toString().replace(new RegExp(urlDev + "(?:public/)?", "g"), urlProd);
9595
}
9696
},
9797
},

0 commit comments

Comments
 (0)