Skip to content

Commit

Permalink
feat: add sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Sep 12, 2023
1 parent 27bc65a commit c751701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ export default defineBuildConfig({
alias: {
src: join(__dirname, 'src'),
},
failOnWarn: false,
sourcemap: true,
});

0 comments on commit c751701

Please sign in to comment.