Skip to content

Commit

Permalink
Merge pull request #114 from aversini/feat-adding-sourcemaps-to-produ…
Browse files Browse the repository at this point in the history
…ction-builds

feat: adding sourcemaps to production builds
  • Loading branch information
aversini authored Dec 4, 2023
2 parents 070a694 + 0076580 commit adac494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-components/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const buildTime = new Date()

export default defineConfig({
build: {
sourcemap: true,
copyPublicDir: false,
lib: {
entry: resolve(__dirname, "src/components/index.ts"),
Expand Down

0 comments on commit adac494

Please sign in to comment.