Skip to content

Commit

Permalink
build: export sourcemap file when building (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa authored Aug 19, 2024
1 parent 78eb60c commit 9103328
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 @@ -30,7 +30,7 @@
},
"scripts": {
"dev": "vite",
"build": "unbuild",
"build": "unbuild --sourcemap",
"preview": "vite preview",
"test": "pnpm test:browser --run ; pnpm test:node --run",
"test:browser": "vitest --config ./vitest-browser.config.ts --dir test",
Expand Down

0 comments on commit 9103328

Please sign in to comment.