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

Commit 62e9f34

Browse files
mkarajohnmichael-ciniawsky
authored andcommitted
docs(README): add warning about webpack 2 usage (#49)
1 parent 3b3069f commit 62e9f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<h1>JSON Loader</h1>
1414
</div>
1515

16-
**Note: Since webpack v2, JSON files will work by default. You might still want to use this if you use a custom file extension.**
17-
1816
<h2 align="center">Install</h2>
1917

2018
```bash
2119
npm install --save-dev json-loader
2220
```
2321

22+
⚠️ **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.**
23+
2424
<h2 align="center">Usage</h2>
2525

2626

0 commit comments

Comments
 (0)