Skip to content

Worker bundle size #2688

@gchoqueux

Description

@gchoqueux

I analyze the Worker bundle size with :

1 • files import

import { Vector3 } from 'three/src/math/Vector3.js';
import { Quaternion } from 'three/src/math/Quaternion.js';
import { Box3 } from 'three/src/math/Box3.js';

2 • three package import

import { Vector3, Quaternion, Box3 } from 'three';
1 • files import 2 • three package import
novanilla vanilla
660 KB 1,90 MB

Originally posted by @gchoqueux in #2641 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions