Skip to content

Commit

Permalink
temp debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Oct 8, 2024
1 parent bda86aa commit 65653a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/manager/cypress/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default defineConfig({
plugins: [react(), svgr({ exportAsDefault: true })] as UserConfig['plugins'],
build: {
rollupOptions: {
logLevel: 'debug',
onLog: console.log,
// Suppress "SOURCEMAP_ERROR" warnings.
// This is necessary because MUI contains React SSR "use client" module-level
// directive, and Rollup does not support module-level directives.
Expand Down

0 comments on commit 65653a7

Please sign in to comment.