Code Monkey home page Code Monkey logo

ng-esbuild-demo's Introduction

NgEsbuildDemo

Demo the differences with bundle size and number of chunks using esbuild vs webpack in angular.

Motivation

Understand what the differences when bundling with esbuild and webpack.

Understand what can be done to optimize the output of esbuild.

Description

This repo contains one app that has both build-angular:browser-esbuild and build-angular:browser.

The application has a root component named AppComponent, this is loaded synchronously and will always be in the main bundle.

It has 3 Feature Components which each have a route, and it has 3 Ui Components.

All 3 Ui Components are used in the AppComponent, and each feature component imports one of the Ui Components.

Build commands

Command for esbuild:

nx run ng-esbuild-demo:build-esbuild:production

Command for webpack:

nx run ng-esbuild-demo:build-webpack:production

Result

Esbuild generates 3 additional chunks but the initial chunk files is smaller by 33.41 kB.

Additionally, it is generating chunks for code that is required in the initial load. Since all 3 Ui Components are in the initial bundle they do no require being split into a new chunk.

EsBuild Output esbuild-build-output

Webpack Output webpack-build-output

ng-esbuild-demo's People

Contributors

christopherpholder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.