Skip to content

Commit

Permalink
Add badge and link to blog in README
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyReichert authored May 22, 2017
1 parent ec436c1 commit 47b57c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# move-file-loader for Webpack

> A Webpack loader to move files from one location to another.
> A Webpack loader to move files from one location to another and return the contents.
[![npm version](https://badge.fury.io/js/move-file-loader.svg)](https://www.npmjs.com/package/move-file-loader)

This webpack loader allows you to output required or imported files to
a specific location, and return the contents of the file.
a specific location, and return the contents of the file. Check out the
[blog post](https://assertible.com/blog/npm-package-move-file-loader-for-webpack)
for more examples.

## Install

Expand Down

0 comments on commit 47b57c5

Please sign in to comment.