Skip to content

Commit

Permalink
Revert breaking change on types bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Feb 13, 2025
1 parent d1311b9 commit f1c79e3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/plugins/build-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/plugins/build-report"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/bundler-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/features/build-report"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/error-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/plugins/error-tracking"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./sourcemaps/*": "./src/sourcemaps/*.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/plugins/git"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/plugins/injection"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"url": "https://github.com/DataDog/build-plugins",
"directory": "packages/plugins/telemetry"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./esbuild-plugin/*": "./src/esbuild-plugin/*.ts",
Expand Down

0 comments on commit f1c79e3

Please sign in to comment.