cmy 02a04f55a0 2023-3-15 2 lat temu
..
README.md 02a04f55a0 2023-3-15 2 lat temu
index.js 02a04f55a0 2023-3-15 2 lat temu
package.json 02a04f55a0 2023-3-15 2 lat temu

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)