Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

175
Views
El proceso Rollup -c no se cierra después de crear el paquete

Estoy tratando de crear una compilación acumulativa, pero cuando uso rollup -c se crean archivos pero no finaliza el proceso acumulativo. Aquí está mi configuración

 import typescript from '@rollup/plugin-typescript'; import pkg from './package.json' export default { input: 'src/index.ts', output: [ { file: pkg.main, format: 'cjs', }, { file: pkg.module, format: 'es', }, ], external: [ ...Object.keys(pkg.dependencies || {}), ...Object.keys(pkg.peerDependencies || {}), ], plugins: [ typescript({ tsconfig: './tsconfig.json' }), ], }

Aquí está la salida: ingrese la descripción de la imagen aquí

¿Por qué el proceso no finaliza después de una compilación exitosa?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!