Base64 file loader for webpack (v1.0.0, last updated circa 2015). Converts file imports to base64-encoded strings at build time. Purely a webpack loader, no runtime dependencies. Minimal documentation; commonly used for embedding small assets like images or fonts as base64 URIs. Note: This package is outdated and may not work with modern webpack versions (v4/v5). Consider using `url-loader` with `limit` option or `asset modules` in webpack 5.
npm install base64-loaderVerified import paths — ran on the pinned version, not inferred.
Shows how to configure webpack to convert image imports to base64 strings using base64-loader.
Use webpack's asset modules (type: 'asset/inline') or url-loader instead.
Upgrade to a modern loader or webpack asset modules.
Add base64-loader to webpack config or use inline require('base64!./file.png').Run 'npm install base64-loader' and ensure the string in webpack config matches exactly.
No dependency data recorded yet.