A webpack loader that returns a file's content as a binary string. Adapted from raw-loader. Version 0.0.1, no recent updates. Key differentiators: allows importing binary files as strings without base64 encoding. No active maintenance, use raw-loader or file-loader with encoding options instead.
npm install binary-loaderVerified import paths — ran on the pinned version, not inferred.
Shows how to configure webpack to use binary-loader for .bin files and import them as binary strings.
Use raw-loader or file-loader instead.
Use webpack 4+ compatible alternatives.
Consider using raw-loader or file-loader for proper binary handling.
Run 'npm install binary-loader' and ensure it's in node_modules.
Use 'binary-loader' or 'binary!./file.bin' (with exclamation) in require.