Glob patterns are not supported in the file loader
Это содержимое пока не доступно на вашем языке.
FileGlobNotSupported: Glob patterns are not supported in the
file
loader. Use theglob
loader instead.
What went wrong?
Section titled What went wrong?The file
loader must be passed a single local file. Glob patterns are not supported. Use the built-in glob
loader to create entries from patterns of multiple local files.
See Also:
Error Reference