Add optimize package imports

This commit is contained in:
Vitaly Rtishchev
2023-10-02 16:52:00 +04:00
parent 0a09fb7218
commit b63d556e6a
3 changed files with 18 additions and 15 deletions

View File

@ -7,4 +7,7 @@ module.exports = withBundleAnalyzer({
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
optimizePackageImports: ['@mantine/core', '@mantine/hooks'],
},
});