Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

fbaiodias/buffer-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buffer loader for webpack

Adapted from binary loader.

Installation

npm install buffer-loader

Usage

var fileContent = require('buffer-loader!./file.bin');
// => returns file.bin content as a buffer

Documentation: Using loaders

License

MIT

About

Webpack loader that returns file contents as a Buffer

Resources

License

Stars

Watchers

Forks

Packages

No packages published