Skip to content

Commit d1d252f

Browse files
github-actions[bot]YieldRay
authored andcommitted
chore: remove sourcemap option from tsdown.config.ts
1 parent 7bc62d4 commit d1d252f

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "module-tsx",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"files": [
66
"dist"

tsdown.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default defineConfig([
99
{
1010
dts: true,
1111
entry: { index: "./src/index.ts" },
12-
sourcemap: true,
1312
format: "esm",
1413
platform: "browser",
1514
target: ["esnext"],
@@ -21,7 +20,6 @@ export default defineConfig([
2120
{
2221
dts: false,
2322
entry: { index: "./src/index.ts" },
24-
sourcemap: true,
2523
format: "esm",
2624
platform: "browser",
2725
target: ["esnext"],
@@ -42,7 +40,6 @@ export default defineConfig([
4240
{
4341
dts: false,
4442
entry: { index: "./src/index.ts" },
45-
sourcemap: true,
4643
format: "umd",
4744
platform: "browser",
4845
target: ["esnext"],

0 commit comments

Comments
 (0)