Skip to content

Commit

Permalink
feat: added sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Dec 31, 2024
1 parent c5d8496 commit 72a8217
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prettier": "^3.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup-plugin-node-externals": "^7.0.1",
"rollup-plugin-node-externals": "^8.0.0",
"rxjs": "^7.8.0",
"semantic-release": "^24.1.1",
"typescript": "^5.6.2",
Expand Down
4 changes: 1 addition & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig } from "vite"
import { name } from "./package.json"
import dts from "vite-plugin-dts"
import externals from "rollup-plugin-node-externals"
// import react from "@vitejs/plugin-react"

export default defineConfig({
plugins: [
Expand All @@ -26,7 +25,6 @@ export default defineConfig({
fileName: "index",
formats: ["es", "cjs"]
},
// handled by consumer
minify: false
sourcemap: true
}
})

0 comments on commit 72a8217

Please sign in to comment.