Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: Fix eslint for test and .gitignore #30580

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

s-rigaud
Copy link
Contributor

Description

Currently npm run lint-utils ends up parsing prettify and fuse library outputing 9456 errors.
While running npm run test-threeshake two bundle files are not properly ignored.

Copy link

📦 Bundle size

Full ESM build, minified and gzipped.

Before After Diff
WebGL 336.65
78.39
336.65
78.39
+0 B
+0 B
WebGPU 522.23
144.94
522.23
144.94
+0 B
+0 B
WebGPU Nodes 521.7
144.84
521.7
144.84
+0 B
+0 B

🌳 Bundle size after tree-shaking

Minimal build including a renderer, camera, empty scene, and dependencies.

Before After Diff
WebGL 465.64
112.24
465.64
112.24
+0 B
+0 B
WebGPU 592.61
160.56
592.61
160.56
+0 B
+0 B
WebGPU Nodes 547.74
150
547.74
150
+0 B
+0 B

@Mugen87 Mugen87 added this to the r174 milestone Feb 21, 2025
@Mugen87 Mugen87 merged commit a759c34 into mrdoob:dev Feb 21, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants