mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-23 21:21:06 +10:00
Add optimize package imports
This commit is contained in:
@ -7,4 +7,7 @@ module.exports = withBundleAnalyzer({
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
experimental: {
|
||||
optimizePackageImports: ['@mantine/core', '@mantine/hooks'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user