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

Commit fa6392c

Browse files
mkarajohnjoshwiens
authored andcommitted
docs(README): add warning about webpack 2 usage (#49)
1 parent 939a8cb commit fa6392c

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
@@ -15,14 +15,14 @@
1515
<h1>JSON Loader</h1>
1616
</div>
1717

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

2220
```bash
2321
npm install --save-dev json-loader
2422
```
2523

24+
⚠️ **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.**
25+
2626
<h2 align="center">Usage</h2>
2727

2828

0 commit comments

Comments
 (0)