Skip to content

Commit c8dc3a4

Browse files
Minor indentation change.
1 parent c8d2b02 commit c8dc3a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

esbuild.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ esbuild
5151
sourcemap: prod ? false : "inline",
5252
treeShaking: true,
5353
outfile: "main.js",
54-
loader: {
54+
loader: {
5555
".yaml": "text", // Added to handle handle .yaml files as text
5656
},
5757
})

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)