Importing binary assets into the JavaScript module graph can be useful for a wide range of applications, from image editors to emulators. However, it can quickly become expensive to represent large amounts of binary data if that data has to be inlined into code. For this reason, it's useful for build tools to provide multiple mechanisms for importing and transforming binary data so that developers can decide based on the needs of their application.
Why
Use the (+) card below & tell us if we missed a capability!