|
|
|
|
|
by mrspeaker
2962 days ago
|
|
I'm unreasonably happy that Native Module support is now enabled by default in Firefox, Safari, Chrome, and Edge! My side-projects and experiments (like the WebGL2 "minecraft-y" demo - https://mrspeaker.github.io/webgl2-voxels/) now work out of the box: no build system, no transpilers, no dot-files. Happy day! |
|
But performance seems a little inconsistent in production. For iOS Safari in particular, I've had apps take over a minute to load via modules, versus seconds when bundled. So I stick to rollup for deploy (maybe http2 is supposed to fix this?)
(great demo btw!)