An open API service indexing awesome lists of open source software.

https://github.com/antelle/base64-loader

Base64 file loader for webpack
https://github.com/antelle/base64-loader

loader webpack

Last synced: 6 months ago
JSON representation

Base64 file loader for webpack

Awesome Lists containing this project

README

        

# base64 file loader for webpack

## Installation

`npm install base64-loader`

## Usage

``` javascript
var fileContent = require("base64!./file.txt");
// => returns file.txt content as base64 string
```

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)

## License

MIT (http://www.opensource.org/licenses/mit-license.php)