We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939a8cb commit fa6392cCopy full SHA for fa6392c
README.md
@@ -15,14 +15,14 @@
15
<h1>JSON Loader</h1>
16
</div>
17
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
-
20
<h2 align="center">Install</h2>
21
22
```bash
23
npm install --save-dev json-loader
24
```
25
+⚠️ **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.**
+
26
<h2 align="center">Usage</h2>
27
28
0 commit comments