Skip to content

Commit

Permalink
Chore: optimize the Zodiac dependency (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Dec 23, 2023
1 parent 397fe5f commit 71613b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const nextConfig = {
dirs: ['src'],
},
experimental: {
optimizePackageImports: ['@mui/material', '@mui/icons-material', 'lodash', 'date-fns', '@sentry/react'],
optimizePackageImports: ['@mui/material', '@mui/icons-material', 'lodash', 'date-fns', '@sentry/react', '@gnosis.pm/zodiac'],
},
webpack(config) {
config.module.rules.push({
Expand Down

0 comments on commit 71613b6

Please sign in to comment.