fs-loader
v0.0.1
Published
Webpack loader for copy files to filesystem
Downloads
5
Maintainers
Readme
#Webpack loader for copy file content to filesystem Copy file contents to filesystem, even if run under webpack-dev-server
##Usage:
require('fs-loader?name=../../build/public/[name].[ext]!./templates/index.html');
copy ./templates/index.html to ../../build/public/[name].[ext]
License
MIT (http://www.opensource.org/licenses/mit-license.php)