You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,6 @@ or are automatically applied via regex from your webpack configuration.
85
85
Please see [Using Loaders](https://webpack.github.io/docs/using-loaders.html) for more information.
86
86
87
87
**basic**
88
-
*[`json`](https://github.com/webpack/json-loader): Loads file as JSON
89
88
*[`raw`](https://github.com/webpack/raw-loader): Loads raw content of a file (as utf-8)
90
89
*[`val`](https://github.com/webpack/val-loader): Executes code as module and consider exports as JavaScript code
91
90
*[`script`](https://github.com/webpack/script-loader): Executes a JavaScript file once in global context (like in script tag), requires are not parsed.
0 commit comments