Skip to content

Commit

Permalink
chore: trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon-dziewonski committed Jun 17, 2024
1 parent 5df7aa8 commit 83a8357
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/sfui/frameworks/react/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ export default defineConfig({
plugins: [preserveDirectives()],
onwarn(warning, warn) {
// https://github.com/vitejs/vite-plugin-react/issues/137
if (warning.code === 'MODULE_LEVEL_DIRECTIVE') {
return;
}
if (warning.code === 'MODULE_LEVEL_DIRECTIVE') return;
warn(warning);
},
},
Expand Down

0 comments on commit 83a8357

Please sign in to comment.