Skip to content

Commit

Permalink
feat: add sourcemap (#24)
Browse files Browse the repository at this point in the history
* feat: add sourcemap

* chore: add changeset
  • Loading branch information
MilanKovacic authored Aug 18, 2023
1 parent 766d994 commit bcbf210
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-brooms-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-externalize-dependencies": minor
---

Add a sourcemap
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
dts({ rollupTypes: true }),
],
build: {
sourcemap: true,
lib: {
// eslint-disable-next-line unicorn/prefer-module
entry: resolve(__dirname, "src/index.ts"),
Expand Down

0 comments on commit bcbf210

Please sign in to comment.