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: src/content/configuration/module.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@ Conditions can be one of these:
293
293
294
294
It must have a `loader` property being a string. It is resolved relative to the configuration [`context`](/configuration/entry-context#context) with the loader resolving options ([resolveLoader](/configuration/resolve#resolveloader)).
295
295
296
-
It can have a`options` property being a string or object. This value is passed to the loader, which should interpret it as loader options.
296
+
It can have an`options` property being a string or object. This value is passed to the loader, which should interpret it as loader options.
297
297
298
298
For compatibility a `query` property is also possible, which is an alias for the `options` property. Use the `options` property instead.
0 commit comments