Skip to content

Commit

Permalink
chore: Do not clear outDir for player as dashboard will fail to build…
Browse files Browse the repository at this point in the history
… styles due to missing dir
  • Loading branch information
matvp91 committed Oct 13, 2024
1 parent e4a5cd9 commit 3147e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/player/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
svgr(),
],
build: {
emptyOutDir: false,
lib: {
entry: resolve(__dirname, "src/index.ts"),
fileName: "index",
Expand Down

0 comments on commit 3147e8e

Please sign in to comment.