文件加载器不支持 Glob 模式
FileGlobNotSupported:
file
加载器不支持 Glob 模式。请改用glob
加载器。¥FileGlobNotSupported: Glob patterns are not supported in the
file
loader. Use theglob
loader instead.
什么地方出了错?
标题部分 什么地方出了错?¥What went wrong?
必须向 file
加载器传递一个本地文件。不支持 Glob 模式。使用内置的 glob
加载器从多个本地文件的模式创建条目。
¥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