|
|
|
|
|
by bigjoemuffaraw
1420 days ago
|
|
I think when javascript is used to build html styles you end up with lots of files full of strings and boilerplate. I noticed a similar thing when I was using pixi.js for a small 3d scene. The build output was dominated by massive strings containing all of the shader code. I think once you decide on a style for your project its a good time to fork these libraries and tear out everything you aren't using. |
|
I was under the impression that production builds often include tree-shaking/dead-code-elimination as one of the steps?