export const config = { entry: { app: './src/index.tsx', shell: './src/shell/index.tsx', backgroundWorker: './src/background-worker/index.ts', }, };