Skip to content

Commit

Permalink
chore: fix ui-playground build (#33250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 11, 2024
1 parent 0f21fa0 commit 6730a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/password-policies/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "../../tsconfig.base.client.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"module": "commonjs"
"outDir": "./dist"
},
"include": ["./src/**/*"]
}
2 changes: 1 addition & 1 deletion packages/uikit-playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';

// https://vitejs.dev/config/
export default defineConfig(() => ({
logLevel: 'info',
base: './',
esbuild: {},
plugins: [react()],
optimizeDeps: {
Expand Down

0 comments on commit 6730a3c

Please sign in to comment.