Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
docs(README): add warning about webpack 2 usage (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarajohn authored and michael-ciniawsky committed May 7, 2017
1 parent 3b3069f commit 62e9f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<h1>JSON Loader</h1>
</div>

**Note: Since webpack v2, JSON files will work by default. You might still want to use this if you use a custom file extension.**

<h2 align="center">Install</h2>

```bash
npm install --save-dev json-loader
```

⚠️ **Note: Since webpack v2, importing of JSON files will work by default. You might still want to use this if you use a custom file extension.**

<h2 align="center">Usage</h2>


Expand Down

0 comments on commit 62e9f34

Please sign in to comment.