Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

209
Vistas
Tree shaking with "process.browser" in webpack 5

I am in the process of migrating from webpack 4 to 5, and I am facing an error similar to

Module not found: Error: Can't resolve 'fs' in '...'

This is the code that generates the error

if (!process.browser) {
    const fs = require('fs');
    // ...
}

My understanding was that this code would be eliminated by tree shaking, in the same way as the following would be removed in the context of HMR:

if (import.meta.hot) {
    ...
}

I found many solutions for the runtime problem, like polyfilling the node modules or disabling them in the alias, but I would rather have webpack remove that code completely. Did this behavior change in webpack 5 or am I missing something?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda