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/resolve.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,9 @@ module.exports = {
196
196
197
197
`[string]: ['.wasm', '.mjs', '.js', '.json']`
198
198
199
-
Automatically resolve certain extensions.
199
+
Attempt to resolve these extensions in order.
200
+
201
+
W> If multiple files share the same name but have different extensions, webpack will resolve the one with the extension listed first in the array and skip the rest.
0 commit comments