[3093] Fix Handle @withRetry() SyntaxError when running extension locally issue (#3190)

This commit is contained in:
David Nanyan 2025-05-01 13:44:13 -07:00 committed by GitHub
parent 77c9863b50
commit c5de50fdd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"claude-dev": minor
---
Fix Handle @withRetry() SyntaxError when running extension locally issue

View File

@ -125,6 +125,7 @@ const extensionConfig = {
define: {
"process.env.IS_DEV": JSON.stringify(!production),
},
tsconfig: path.resolve(__dirname, "tsconfig.json"),
plugins: [
copyWasmFiles,
aliasResolverPlugin,