Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用 Parceljs 捆绑器的 globbing 导入目录的所有内容时,它给了我一个错误。它给了我“找不到或无法读取要导入的文件”错误。我的印象是 Parcel 会为您处理这种设置的配置。我正在尝试像这样导入我的部分:
@import './someDirectoryName/*'
我需要为 Parceljs 配置什么来导入目录的内容吗?