cmy 02a04f55a0 2023-3-15 2 anos atrás
..
README.md 02a04f55a0 2023-3-15 2 anos atrás
index.js 02a04f55a0 2023-3-15 2 anos atrás
package.json 02a04f55a0 2023-3-15 2 anos atrás

README.md

raw loader for webpack

Usage

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

Don't forget to polyfill require if you want to use it in node. See webpack documentation.

License

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