mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-07-25 01:13:14 +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