A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
Updated
Oct 1, 2021 - JavaScript


Presently it is not easily possible to know what the host os/platform is. This is particularly importatnt when working on a machine like an m1 macbook that tends to run lots of portions under emulation.
For example you may want to do something like the following (mostly to avoid golang crashing instant under qemu)