Skip to content

Commit

Permalink
fix: source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 11, 2024
1 parent 5e29409 commit 165eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"dev": "concurrently \"esbuild src/index.js --bundle --format=esm --watch --outdir=build\" \"serve\""
"dev": "concurrently \"esbuild src/index.js --bundle --format=esm --watch --sourcemap=inline --outfile=build/index.js\" \"serve\""
},
"devDependencies": {
"concurrently": "^8.2.2",
Expand Down

0 comments on commit 165eda4

Please sign in to comment.