A webpack loader that transforms resource file contents into a JavaScript string. Version 0.0.1 is a very early release with minimal documentation and no explicit stability guarantees. It exports a single function that returns the file content with escaped characters wrapped in quotes. Not actively maintained; latest commit from 2015. Alternative: raw-loader provides similar functionality with broader adoption and updates.
Verified import paths — ran on the pinned version, not inferred.
Used as a webpack loader, not imported directly. Configure in webpack config under module.rules.
Shows how to configure webpack to load .html files as strings using string-loader.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.