Skip to content

Commit

Permalink
Includes sourcemap for better stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Nov 25, 2024
1 parent 61ec7f9 commit b5b8059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lint:check": "eslint --fix-dry-run .",
"dev": "nodemon --exec 'npm test'",
"release": "release-it .",
"build": "microbundle --target node --no-sourcemap -f cjs,esm --strict --generateTypes=false",
"build": "microbundle --target node -f cjs,esm --strict --generateTypes=false",
"pretest": "npm run build",
"test": "nyc mocha"
},
Expand Down

0 comments on commit b5b8059

Please sign in to comment.