Skip to content

Commit

Permalink
fix: try to fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu15693 committed Jul 10, 2024
1 parent 9e7f44d commit 9542ad0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ export default defineConfig({
disableNodePolyfill: false,
disableSourceMap: process.env.NODE_ENV === 'production',
},
performance: {
transformLodash: false,
},
});

0 comments on commit 9542ad0

Please sign in to comment.