Skip to content

Commit

Permalink
silence widgets error
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed May 6, 2024
1 parent 6c932c4 commit 6930ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/widgets/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default defineConfig(({ mode }) => {
emitCss: false,
compilerOptions: {
hydratable: true,
// @ts-expect-error to check cc @krampstudio
generate: isSSR ? "ssr" : "dom",
},
}),
Expand Down

0 comments on commit 6930ddb

Please sign in to comment.