Skip to content

Commit 98a4e0c

Browse files
committed
build: update webpack build output to match tsc output for local testing
1 parent e101d6d commit 98a4e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"outputs": ["{options.outputPath}"],
1111
"defaultConfiguration": "production",
1212
"options": {
13-
"outputPath": "dist/packages/client",
13+
"outputPath": "dist/packages/client/src",
1414
"compiler": "babel",
1515
"main": "packages/client/src/extension.ts",
1616
"tsConfig": "packages/client/tsconfig.app.json",

packages/server/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"outputs": ["{options.outputPath}"],
1111
"defaultConfiguration": "production",
1212
"options": {
13-
"outputPath": "dist/packages/server",
13+
"outputPath": "dist/packages/server/src",
1414
"compiler": "babel",
1515
"main": "packages/server/src/sampleServer.ts",
1616
"tsConfig": "packages/server/tsconfig.app.json",

0 commit comments

Comments
 (0)