alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: optimize package imports
author
pdelfan
date
3 months ago
(Apr 2, 2026, 3:36 PM -0700)
commit
ae7addf4
ae7addf4760e8244f82a2e13ad124239c19ce3ab
parent
1cbee21b
1cbee21b1fe749c2016bbca4761b0828505255b4
+15
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
next.config.mjs
+15
src/webapp/next.config.mjs
View file
Reviewed
···
7
7
// Configure `pageExtensions` to include markdown and MDX files
8
8
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
9
9
// Optionally, add any other Next.js config below
10
10
+
11
11
+
experimental: {
12
12
+
optimizePackageImports: [
13
13
+
'@mantine/core',
14
14
+
'@mantine/hooks',
15
15
+
'react-icons',
16
16
+
'react-icons/md',
17
17
+
'react-icons/fi',
18
18
+
'react-icons/fa6',
19
19
+
'react-icons/bi',
20
20
+
'react-icons/lu',
21
21
+
'react-icons/tb',
22
22
+
'react-icons/io5',
23
23
+
],
24
24
+
},
10
25
};
11
26
12
27
const withMDX = createMDX({