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

296
Views
Deshabilite la división de código (fragmentos) en Vue.js + Vite.js

¿Cómo puedo deshabilitar la fragmentación en Vue.js + Vite.js usando Rollup.js en el proyecto de construcción?

Intenté así pero no me funciona:

 export default defineConfig({ build: { rollupOptions: { output: { manualChunks: {} } } } })
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Esto funciona para mí (para React, creo que también debería funcionar para Vue):

 import { defineConfig } from 'vite' // 2.8.0 import react from '@vitejs/plugin-react' // 1.0.7 export default defineConfig ({ plugins: [react()], build: { rollupOptions: { output: { manualChunks: {} }, }, }, })
about 4 years ago · Juan Pablo Isaza Report
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!