mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
[3093] Fix Handle @withRetry() SyntaxError when running extension locally issue (#3190)
This commit is contained in:
parent
77c9863b50
commit
c5de50fdd2
5
.changeset/itchy-ligers-give.md
Normal file
5
.changeset/itchy-ligers-give.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"claude-dev": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix Handle @withRetry() SyntaxError when running extension locally issue
|
@ -125,6 +125,7 @@ const extensionConfig = {
|
|||||||
define: {
|
define: {
|
||||||
"process.env.IS_DEV": JSON.stringify(!production),
|
"process.env.IS_DEV": JSON.stringify(!production),
|
||||||
},
|
},
|
||||||
|
tsconfig: path.resolve(__dirname, "tsconfig.json"),
|
||||||
plugins: [
|
plugins: [
|
||||||
copyWasmFiles,
|
copyWasmFiles,
|
||||||
aliasResolverPlugin,
|
aliasResolverPlugin,
|
||||||
|
Loading…
Reference in New Issue
Block a user