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

552
Vistas
What is bundled into vendor.bundle.js?

The angular-cli is producing vendor.bundle.js when executing a build.

What are the rules of what is going to be considered packed under vendor.bundle.js?

about 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

I think any modules imported into the app.module.ts file will show up in the vendor bundle.

Example app.module.ts:

@NgModule({
  imports: [
    BrowserModule,
    CommonModule,
    FormsModule,
    RouterModule,
  ],
...
about 4 years ago · Santiago Trujillo Denunciar

0

vendors.bundle.js bundles every code imported by your app module: this includes local imports like components and services, but also third-party libs like lodash. It basically contains everything, so it's more interesting to see what's not in this file, mainly:

  • inline.bundle.js: webpack loader
  • scripts.build.js: all the scripts declared in angular-cli's scripts entry
  • polyfills.bundle.js: polyfills declared in polyfills.bundle.js

More details here

about 4 years ago · Santiago Trujillo Denunciar

0

It has also got to do with packaging. Meaning what's inside your package.json file, located generally in the root folder of your application. Which then makes it possible to load those found within @NgModule({...}) that Kevin posted.

about 4 years ago · Santiago Trujillo Denunciar
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