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