Skip to content

davorjambor/raw-loader-with-minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Extended version of https://github.com/webpack-contrib/raw-loader to enable HTML minification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published