nicolium: don't use profiling build of react in production

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-02 20:20:55 +01:00
parent d7ab83082b
commit ec87164a9c

View File

@ -180,10 +180,6 @@ const config = defineConfig(() => ({
find: 'lodash',
replacement: 'lodash-es',
},
{
find: /^react-dom\/client$/,
replacement: 'react-dom/profiling',
},
],
dedupe: ['@floating-ui/react', 'tabbable', 'query-string', 'valibot'],
},