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
+6-7
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ To be compatible with existing css files (if not in CSS Module mode):
88
88
|**`camelCase`**|`false`|Export Classnames in CamelCase|
89
89
|**`importLoaders`**|`0`|Number of loaders applied before CSS loader|
90
90
91
-
This webpack config can load CSS files, embed small png images as Data URLs and JPG images as files.
91
+
The following webpack config can load CSS files, embed small PNG/JPG/GIF/SVG images as well as fonts as [Data URLs](https://tools.ietf.org/html/rfc2397) and copy larger files to the output directory.
0 commit comments