Skip to content

Commit 89325d5

Browse files
committed
Removes sourcemap generation and bumps package version
Disables sourcemap output to streamline build artifacts. Updates package version to reflect configuration change.
1 parent 89ab960 commit 89325d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsrcdev/gatsby-remark-structured-content",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "This plugin helps building thumbnails, covers, heros, carousel features from remark content.",
55
"keywords": [
66
"gatsby",

tsdown.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default defineConfig({
77
},
88
format: ["cjs", "esm"],
99
dts: true,
10-
sourcemap: true,
1110
clean: true,
1211
platform: "node",
1312
unbundle: false,

0 commit comments

Comments
 (0)