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

docs(README): add warning about webpack 2 usage #49

Merged
merged 2 commits into from
May 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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