Skip to content

Commit bd7e711

Browse files
committed
Fix renderer bundle to include emoji picker
1 parent 25f38d2 commit bd7e711

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

esbuild.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ const buildOrWatch = async (name, config) => {
4949
entryPoints: ['index.tsx'],
5050
outfile: 'dist/renderer.js',
5151
format: 'esm',
52-
external: ['emoji-picker-react'],
53-
// external: ['uuid', 'react', 'react-dom', 'react-dom/client', 'react/jsx-runtime'], // REMOVED
5452
}),
5553
]);
5654
} catch (error) {

0 commit comments

Comments
 (0)