Skip to content

Commit

Permalink
Merge pull request #2 from stur86/dev
Browse files Browse the repository at this point in the history
Fixed problem that caused demo page to use minified names for the component examples.
  • Loading branch information
stur86 authored Oct 12, 2024
2 parents 99a42c4 + 9d776f7 commit bfa3291
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/npr-demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: './',
esbuild: {
minifyIdentifiers: false
},
build: {
minify: "esbuild"
}
})

0 comments on commit bfa3291

Please sign in to comment.