We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f38d2 commit bd7e711Copy full SHA for bd7e711
1 file changed
esbuild.config.js
@@ -49,8 +49,6 @@ const buildOrWatch = async (name, config) => {
49
entryPoints: ['index.tsx'],
50
outfile: 'dist/renderer.js',
51
format: 'esm',
52
- external: ['emoji-picker-react'],
53
- // external: ['uuid', 'react', 'react-dom', 'react-dom/client', 'react/jsx-runtime'], // REMOVED
54
}),
55
]);
56
} catch (error) {
0 commit comments